Skip to main content

ASPxRichEditHorizontalRulerSettings.ShowLeftIndent Property

Gets or sets whether the left indent marker is visible.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(true)]
public override bool ShowLeftIndent { get; set; }

Property Value

Type Default Description
Boolean true

true to display left indent marker; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowLeftIndent
ASPxRichEditSettings
.HorizontalRuler .ShowLeftIndent

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