Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HorizontalRulerOptions Class

Represents the class containing options for the horizontal ruler.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[ComVisible(true)]
public class HorizontalRulerOptions :
    RulerOptions

Remarks

An instance of the HorizontalRulerOptions class is accessible via the RichEditControlOptionsBase.HorizontalRuler property.

See Also