Click or drag to resize

WatermarkServiceSetWatermark Method

Sets 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 void SetWatermark(
	DependencyObject d,
	Object value
)

Parameters

d
Type: System.WindowsDependencyObject
DependencyObject to set the property on
value
Type: SystemObject
value of the property
See Also