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 AnnTextPointerObject objects. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Overridable Property DefaultText As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnTextPointerDrawDesigner 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 AnnTextPointerDrawDesigner.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)