Skip to main content

VerticalRulerOptions Class

Represents the class containing options for the vertical ruler.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public class VerticalRulerOptions :
    RulerOptions

The following members return VerticalRulerOptions objects:

Remarks

An instance of the VerticalRulerOptions class is accessible via the RichEditControlOptionsBase.VerticalRuler property.

See Also