Gets or sets the margin between the text and the bounding rectangle.
Syntax
Visual Basic (Declaration) | |
---|
Overridable Property EdgeMargin As AnnLength |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IAnnTextObject
Dim value As AnnLength
instance.EdgeMargin = value
value = instance.EdgeMargin
|
Managed Extensions for C++ | |
---|
__property virtual AnnLength get_EdgeMargin();
__property virtual void set_EdgeMargin(
AnnLength value
); |
Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also