←Select platform

EdgeMargin Property

Summary

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

Syntax

C#
VB
C++
public virtual 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 bounding rectangle.

Remarks

When "getting" this property, internally this AnnGroupObject will enumerate all objects in the group and return the margin of the first annotation object in the group that implements the IAnnTextObject interface. For more information refer to EdgeMargin.

When "setting" this property, internally this AnnGroupObject will enumerate all objects in the group and set the margin for each object that implements the IAnnTextObject interface. For more information refer to EdgeMargin.

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.Annotations Assembly