Returns or sets the value that represents the right indent for paragraph.
Namespace: Spire.Doc.FormattingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public float RightIndent { get; set; }
Public Property RightIndent As Single Get Set
public: property float RightIndent { float get (); void set (float value); }
member RightIndent : float32 with get, set