←Select platform

EdgeMargin Property (AnnTextObject)

Summary

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

Syntax

C#
VB
C++
public virtual Leadtools.Annotations.AnnLength EdgeMargin {get; set;} 
  
Public Overridable Property EdgeMargin As Leadtools.Annotations.AnnLength 
public: 
virtual property Leadtools.Annotations.AnnLength EdgeMargin { 
   Leadtools.Annotations.AnnLength get(); 
   void set (    Leadtools.Annotations.AnnLength ); 
} 

Property Value

An AnnLength structure that specifies the margin between the text and the AnnRectangleObject.Bounds bounding rectangle.

Remarks

Setting this length 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 Annotation Object. (Deprecated)

Example

For an example, refer to AnnTextObject.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations Assembly
Click or drag to resize