WatermarkAdorner.State Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Property State As WatermarkState
protected WatermarkState State { get; set; }
protected:
property WatermarkState^ State {
WatermarkState^ get ();
void set (WatermarkState^ value);
}
member State : WatermarkState with get, set
function get State () : WatermarkState
function set State (value : WatermarkState)
Property Value
Type: Microsoft.TeamFoundation.Controls.WPF.WatermarkState
Returns WatermarkState.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.