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

VerticalRulerOptions Class

Represents the class containing options for the vertical ruler.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[ComVisible(true)]
public class VerticalRulerOptions :
    RulerOptions

Remarks

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

See Also