[]
        
(Showing Draft Content)

C1.Win.Input.UpDownButtonAlignment

UpDownButtonAlignment Enum

Specifies alignment of spin button of a control.

Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
public enum UpDownButtonAlignment

Fields

Name Description
Default

Vertically stacked Up and Down buttons.

UpLeftDownRight

Up button on the left and down button on the right.

UpRightDownLeft

Up button on the right and down button on the left.