RulerLevel2.FirstMargin Property

Gets or sets the first-line indent for the specified outline level, in points. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property FirstMargin As Single
    Get
    Set
'Usage
Dim instance As RulerLevel2
Dim value As Single

value = instance.FirstMargin

instance.FirstMargin = value
float FirstMargin { get; set; }

Property Value

Type: System.Single
Single

Remarks

If a paragraph begins with a bullet, the bullet position is determined by the FirstMargin property, and the position of the first text character in the paragraph is determined by the LeftMargin property.

See Also

Reference

RulerLevel2 Interface

RulerLevel2 Members

Microsoft.Office.Core Namespace