LeftIndent Property (RtfParagraph)
In This Topic
Gets or sets the left indent value of this paragraph.
Syntax
'Declaration
Public Property LeftIndent As Single
public float LeftIndent {get; set;}
Property Value
The left indent of the paragraph.
See Also