[]
Specifies the side button position.
public enum ButtonPosition
Public Enum ButtonPosition
Use the members of this enumeration to set the side buttons' position when both buttons are inside or outside of the control border. The left or right information is defined in the enumeration.
Name | Description |
---|---|
LeftInside | Side buttons are at the left side and inside the border. |
LeftOutside | Side buttons are at the left and outside the border. |
RightInside | Side buttons are at the right and inside of the border. |
RightOutside | Side buttons are at the right and outside of the border. |