RichEditRulerVisibility Enum
In This Article
Specifies the visibility of a ruler.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Auto | The ruler visibility is determined by the current view. |
Visible | The ruler is always visible. |
Hidden | The ruler is always hidden. |
#Passed To
You can pass RichEditRulerVisibility values to the RulerOptions.Visibility property.
#Remarks
Values listed by this enumeration are used to set the RulerOptions.Visibility property.
See Also