Skip to main content
All docs
V25.1
  • NormalViewProperties Members

    Contains properties for the normal view.

    Constructors

    Name Description
    NormalViewProperties() Initializes a new instance of the NormalViewProperties class.

    Properties

    Name Description
    HorizontalBarState Gets or sets the state of the horizontal splitter bar (separates the slide area from the notes pane).
    RestoredLeft Gets or sets the size of the thumbnails pane in the normal view (when the pane is not minimized or maximized).
    RestoredTop Gets or sets the height of the slide area in the normal view (when the slide area is not minimized or maximized).
    ShowOutlineIcons Gets ot sets whether the application should show icons if it displays outline content in any content region in normal view mode. Applications may ignore this setting.
    SnapVerticalSplitter Gets or sets whether the vertical splitter should be minimized if the side region has an insufficient size. Applications may ignore this setting.
    UseSingleView Gets or sets whether to display slide area only (hide thumbnails and notes).
    VerticalBarState Gets or sets the state of the vertical splitter bar (separates the slide area from the thumbnails pane).

    Methods

    Name Description
    Clone() Clones the current NormalViewProperties instance.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also