WatermarkState.Control Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property Control As Control
public Control Control { get; set; }
public:
property Control^ Control {
Control^ get ();
void set (Control^ value);
}
member Control : Control with get, set
function get Control () : Control
function set Control (value : Control)
Property Value
Type: System.Windows.Controls.Control
Returns Control.
.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.