Skip to main content

HorizontalRulerOptions.ShowRightIndent Property

Gets or sets whether the right indent marker is visible.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowRightIndent { get; set; }

Property Value

Type Default Description
Boolean true

true to display right indent marker; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowRightIndent
RichEditControlOptionsBase
.HorizontalRuler .ShowRightIndent

Remarks

The right indent marker is located on the far right side of the ruler. With the help of the right indent marker, you can change the Paragraph.RightIndent that is the right margin for a particular paragraph.

See Also