Skip to main content

HorizontalRulerOptions Class

Represents the class containing options for the horizontal ruler.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public class HorizontalRulerOptions :
    RulerOptions

The following members return HorizontalRulerOptions objects:

Remarks

An instance of the HorizontalRulerOptions class is accessible via the RichEditControlOptionsBase.HorizontalRuler property.

See Also