Back to Devexpress

DXRichEditHorizontalRulerOptions.ShowRightIndent Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithorizontalruleroptions-351e9bfd.md

latest1.9 KB
Original Source

DXRichEditHorizontalRulerOptions.ShowRightIndent Property

Gets or sets whether the right indent marker is shown. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool ShowRightIndent { get; set; }
vb
Public Property ShowRightIndent As Boolean

Property Value

TypeDescription
Boolean

true, to display right indent marker; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowRightIndent
RichEditControl

.HorizontalRulerOptions .ShowRightIndent

|

Remarks

The right indent marker is illustrated on the image below.

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

DXRichEditHorizontalRulerOptions Class

DXRichEditHorizontalRulerOptions Members

DevExpress.Xpf.RichEdit Namespace