ControlScrollOrientation
ControlScrollOrientation enumeration
Represents type of scroll orientation
public enum ControlScrollOrientation
Values
Name | Value | Description |
---|---|---|
Auto | 3 |
Control is rendered horizontally when the control’s width is greater than its height. Control is rendered vertically otherwise. |
Vertical | 0 |
Control is rendered vertically. |
Horizontal | 1 |
Control is rendered horizontally. |
See Also
- namespace Aspose.Diagram.ActiveXControls
- assembly Aspose.Diagram