.NET Framework Class Library

ParagraphProperties.FirstLineIndent Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

ParagraphProperties.FirstLineIndent Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property FirstLineIndent As Single
 Get
 Set

C#

public float FirstLineIndent { getset; }

Visual C++

public:
property float FirstLineIndent {
 float get ();
 void set (float value);
}

See Also

ParagraphProperties Class

ParagraphProperties Members

Gnostice.Core.DOM Namespace