RulerLevel2.FirstMargin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the first-line indent for the specified outline level, in points. Read/write.
public:
property float FirstMargin { float get(); void set(float value); };
public float FirstMargin { get; set; }
member this.FirstMargin : single with get, set
Public Property FirstMargin As Single
Property Value
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.