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 an example, refer to AnnTextDrawDesigner.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code