_ParagraphFormat.CharacterUnitFirstLineIndent 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 characters) 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 CharacterUnitFirstLineIndent { float get(); void set(float value); };
public float CharacterUnitFirstLineIndent { get; set; }
member this.CharacterUnitFirstLineIndent : single with get, set
Public Property CharacterUnitFirstLineIndent As Single