LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
TextEdgeMargin Property
See Also 
Leadtools.Windows.Annotations Namespace > IAnnText Interface : TextEdgeMargin Property



Gets or sets the margin between the text and the bounding rectangle.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Property TextEdgeMargin As Double
Visual Basic (Usage)Copy Code
Dim instance As IAnnText
Dim value As Double
 
instance.TextEdgeMargin = value
 
value = instance.TextEdgeMargin
C# 
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
double TextEdgeMargin {get; set;}
C++/CLI 
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
property double TextEdgeMargin {
   double get();
   void set (    double value);
}

Property Value

A double value that specifies the margin between the text and the bounding rectangle.

Remarks

Setting this value to a positive value temporarily makes the bounding rectangle smaller, by the amount of this property, when the text position is calculated.
For more information, refer to Using Text in WPF Annotation Objects.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

TextEdgeMargin requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.