Gets or sets the default text to be used with new
AnnTextObject objects.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property DefaultText As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnTextDrawDesigner
Dim value As String
instance.DefaultText = value
value = instance.DefaultText
|
C# | |
---|
public virtual string DefaultText {get; set;} |
XAML Attributes Usage | |
---|
<object DefaultText=string .../> |
XAML Attributes Usage | |
---|
<object DefaultText=string .../> |
Return Value
A String that represents the default text.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also