Click or drag to resize

WatermarkServiceGetWatermark Method

Gets the Watermark property. This dependency property indicates the watermark for the control.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public static Object GetWatermark(
	DependencyObject d
)

Parameters

d
Type: System.WindowsDependencyObject
DependencyObject to get the property from

Return Value

Type: Object
The value of the Watermark property
See Also