NormalViewRestoredProperties Class

Specifies the sizing of the slide region ((width when a child of restoredTop, height when a child of restoredLeft) of the normal view, when the region is of a variable restored size(neither minimized nor maximized).
Inheritance Hierarchy
SystemObject
  Aspose.SlidesNormalViewRestoredProperties

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class NormalViewRestoredProperties : INormalViewRestoredProperties

The NormalViewRestoredProperties type exposes the following members.

Properties
  NameDescription
Public propertyAutoAdjust
Specifies whether the size of the side content region should compensate for the new size when resizing the window containing the view within the application Read/write Boolean.
Public propertyDimensionSize
Specifies the size of the slide region (width when a child of RestoredTop, height when a child of RestoredLeft). Read/write Single.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also