←Select platform

TextEdgeMargin Property

Summary

Gets or sets the margin between the text and the Rect bounding rectangle. This is a dependency property.

Syntax

C#
VB
C++
[LocalizabilityAttribute(System.Windows.LocalizationCategory)] 
public double TextEdgeMargin { get; set; } 
  
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")> 
Public Property TextEdgeMargin As Double 
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] 
public: 
property double TextEdgeMargin { 
   double get(); 
   void set (    double ); 
} 

Property Value

A System.Double value that specifies the margin between the text and the Rect 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. Please note that using a negative value can cause unexpected behavior.

For more information, refer to Using Text in WPF Annotation Objects.

Example

For XAML example, refer to AnnGroupObject.

For C#/VB examples, refer to AnnTextObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly