Back to Devexpress

HorizontalRulerOptions Class

officefileapi-devexpress-dot-xtrarichedit-112cb845.md

latest2.0 KB
Original Source

HorizontalRulerOptions Class

Represents the class containing options for the horizontal ruler.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class HorizontalRulerOptions :
    RulerOptions
vb
<ComVisible(True)>
Public Class HorizontalRulerOptions
    Inherits RulerOptions

The following members return HorizontalRulerOptions objects:

Remarks

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

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions RulerOptions HorizontalRulerOptions ASPxRichEditHorizontalRulerSettings

See Also

HorizontalRulerOptions Members

DevExpress.XtraRichEdit Namespace