_ParagraphFormat.FirstLineIndent 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.
Returns or sets the value (in points) for a first line or hanging indent. Use a positive value to set a first-line indent, and use a negative value to set a hanging indent.
public:
property float FirstLineIndent { float get(); void set(float value); };
public float FirstLineIndent { get; set; }
member this.FirstLineIndent : single with get, set
Public Property FirstLineIndent As Single