Skip to main content
A newer version of this page is available. .

RichEditControl.HorizontalRulerOptions Property

Gets or sets the options specific to the RichEditControl horizontal ruler element. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public DXRichEditHorizontalRulerOptions HorizontalRulerOptions { get; set; }

Property Value

Type Description
DXRichEditHorizontalRulerOptions

A DXRichEditHorizontalRulerOptions object containing horizontal ruler options.

See Also