RulerLevel2.LeftMargin 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 left indent for the specified outline level, in points. Read/write.
public:
property float LeftMargin { float get(); void set(float value); };
public float LeftMargin { get; set; }
member this.LeftMargin : single with get, set
Public Property LeftMargin 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.