HorizontalRulerOptions.ShowLeftIndent Property
Gets or sets whether the left indent marker is visible.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual 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 |
---|---|
RichEditControlOptionsBase |
|
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 Paragraph.FirstLineIndent, the bottom triangle that specifies the ParagraphFirstLineIndent.Hanging indent and the little rectangle below that allows you to move them simultaneously.
See Also