Skip to main content
All docs
V25.1
  • HorizontalRulerVisibleChangedEventArgs Class

    Contains data for the HorizontalRulerVisibleChanged event.

    Declaration

    export class HorizontalRulerVisibleChangedEventArgs extends EventArgs

    Remarks

    The HorizontalRulerVisibleChanged event fires when horizontal ruler visibility changes. Event handlers use argument properties of the ParagraphPropertiesChangedEventArgs type.

    Inheritance

    EventArgs
    HorizontalRulerVisibleChangedEventArgs

    Properties

    horizontalRulerVisible Property

    Specifies whether the horizontal ruler is visible.

    Declaration

    horizontalRulerVisible: boolean

    Property Value

    Type Description
    boolean

    true if the horizontal ruler is visible; otherwise, false.