Property | Type | Description | |
---|---|---|---|
WatermarkProperty |
Method | Description | |
---|---|---|
GetWatermark ( |
Gets the Watermark property. This dependency property indicates the watermark for the control.
|
|
SetWatermark ( |
Sets the Watermark property. This dependency property indicates the watermark for the control.
|
Method | Description | |
---|---|---|
Control_GotKeyboardFocus ( object sender, |
Handle the GotFocus event on the control
|
|
Control_Loaded ( object sender, |
Handle the Loaded and LostFocus event on the control
|
|
ItemsChanged ( object sender, ItemsChangedEventArgs e ) : void |
Event handler for the items changed event
|
|
ItemsSourceChanged ( object sender, |
Event handler for the items source changed event
|
|
OnWatermarkChanged ( |
Handles changes to the Watermark property.
|
|
RemoveWatermark ( UIElement control ) : void |
Remove the watermark from the specified element
|
|
ShouldShowWatermark ( |
Indicates whether or not the watermark should be shown on the specified control
|
|
ShowWatermark ( |
Show the watermark on the specified control
|
public static GetWatermark ( |
||
d | ||
return | object |
public static SetWatermark ( |
||
d | ||
value | object | value of the property |
return | void |