Gets or sets the margin between the text and the bounding rectangle.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property EdgeMargin As AnnLength |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnGroupObject
Dim value As AnnLength
instance.EdgeMargin = value
value = instance.EdgeMargin |
C# | |
---|
public virtual AnnLength EdgeMargin {get; set;} |
Property Value
An
AnnLength structure that specifies the margin between the text and the bounding rectangle.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also