TextField.DefaultText Property
Gets or sets the default text to draw.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Property DefaultText As String
public string DefaultText { get; set; }
public:
property String^ DefaultText {
String^ get ();
void set (String^ value);
}
member DefaultText : string with get, set
function get DefaultText () : String
function set DefaultText (value : String)
Property Value
Type: String
.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.