ASPxRichEditHorizontalRulerSettings.ShowLeftIndent Property
Gets or sets whether the left indent marker is visible.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowLeftIndent |
---|---|
ASPxRichEditSettings |
|
Remarks
The left indent marker is located on the left side of the ruler. It consists of three elements - the top triangle indicated the location for the first line indent (Paragraph.FirstLineIndent), the bottom triangle that specifies the hanging indent (ParagraphFirstLineIndent.Hanging) and the little rectangle below that allows you to move them simultaneously.
See Also