Gets or sets the default text to be used with new
AnnTextPointerObject objects.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property DefaultText As String |
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