RichEditRulerVisibility Enum
Specifies the visibility of a ruler.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v19.1.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. |
Related API Members
The following properties accept/return RichEditRulerVisibility values:
Library | Related API Members |
---|---|
WPF Controls | DXRichEditHorizontalRulerOptions.Visibility |
DXRichEditVerticalRulerOptions.Visibility | |
Office File API | RulerOptions.Visibility |
ASP.NET Web Forms Controls | ASPxRichEditHorizontalRulerSettings.Visibility |
Remarks
Values listed by this enumeration are used to set the RulerOptions.Visibility property.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the RichEditRulerVisibility enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.