Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextFrameFormat Class / Margin Property

In This Topic
    Margin Property (TextFrameFormat)
    In This Topic
    Gets the insets of the bounding rectangle.

    Insets are used just as internal margins for text frame within shapes.

    Syntax
    'Declaration
     
    Public ReadOnly Property Margin As EdgeExtent
    public EdgeExtent Margin {get;}
    See Also