The DefaultText Property supports WPF/Silverlight.
The DefaultText Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the default text to be used with new AnnTextObject objects.| 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;} | |
Property Value
A String that represents the default text.For C#/VB examples, refer to AnnTextDrawDesigner.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code