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
)
Public Shared Function GetWatermark (
d As DependencyObject
) As Object
public:
static Object^ GetWatermark(
DependencyObject^ d
)
Parameters
- d
- Type: System.WindowsDependencyObject
DependencyObject to get the property from
Return Value
Type:
ObjectThe value of the Watermark property
See Also