SplitterBarStateType Enumeration |
Specifies the state that the splitter bar should be shown in. The splitter bar separates a primary and
secondary region within a viewing area.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic enum SplitterBarStateType
Public Enumeration SplitterBarStateType
public enum class SplitterBarStateType
type SplitterBarStateType
Members
| Member name | Value | Description |
---|
| Minimized | 0 |
The primary region occupies the least amount of the viewing area allowed by the application.
|
| Restored | 1 |
The primary region has a specific intermediate size.
|
| Maximized | 2 |
The primary region occupies the greatest amount of the viewing area allowed by the application.
|
See Also