HorizontalRulerOptions.ShowRightIndent Property
Gets or sets whether the right 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 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 |
|
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