Leadtools.Windows.Annotations Namespace > AnnTextObject Class : TextEdgeMargin Property |
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] public double TextEdgeMargin {get; set;}
'Declaration <TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")> Public Property TextEdgeMargin As Double
'Usage Dim instance As AnnTextObject Dim value As Double instance.TextEdgeMargin = value value = instance.TextEdgeMargin
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] public double TextEdgeMargin {get; set;}
TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35") get_TextEdgeMargin();
set_TextEdgeMargin(value);
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] public: property double TextEdgeMargin { double get(); void set ( double value); }
Please note that using a negative value can cause unexpected behavior.
For more information, refer to Using Text in WPF Annotation Objects.
For XAML example, refer to AnnGroupObject.
For C#/VB examples, refer to AnnTextObject.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2