HorizontalRulerOptions Class
In This Article
Represents the class containing options for the horizontal ruler.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
[ComVisible(true)]
public class HorizontalRulerOptions :
RulerOptions
#Related API Members
The following members return HorizontalRulerOptions objects:
#Remarks
An instance of the HorizontalRulerOptions class is accessible via the RichEditControlOptionsBase.HorizontalRuler property.
#Implements
#Inheritance
See Also