TextFrame.MarginBottom Property 

Returns or sets the distance (in points) between the bottom of the text frame and the bottom of the inscribed rectangle of the shape that contains the text.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim textFrame1 As TextFrame

Dim returnValue As Single
returnValue = textFrame1.MarginBottom

Dim sampleValue As Single
textFrame1.MarginBottom = sampleValue

Syntax

Property MarginBottom() As Single
float MarginBottom {get; set;}
property Single MarginBottom{
    Single get();
    Void set(Single);
}
public float get_MarginBottom();
public void set_MarginBottom(float);
function get MarginBottom() : float;
function set MarginBottom(float);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

TextFrame Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

TextFrame Members