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;} |
Return Value
An
AnnLength structure that specifies the margin between the text and the bounding rectangle.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also