 | ConduitStyle 枚举 |
Sweet 开发框架
管道样式Enum ConduitStyle
命名空间:
SweetUI.Factory
程序集:
SweetUI.Factory (在 SweetUI.Factory.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法Public Enumeration ConduitStyle
成员
| 成员名称 | 值 | 说明 |
---|
| Horizontal_None_None | 0 |
直线 The horizontal none none
|
| Horizontal_Up_None | 1 |
左上The horizontal up none
|
| Horizontal_Down_None | 2 |
左下The horizontal down none
|
| Horizontal_None_Up | 3 |
右上The horizontal none up
|
| Horizontal_None_Down | 4 |
右下The horizontal none down
|
| Horizontal_Down_Up | 5 |
左下右上The horizontal down up
|
| Horizontal_Up_Down | 6 |
左上右下The horizontal up down
|
| Horizontal_Up_Up | 7 |
左上,右上The horizontal up up
|
| Horizontal_Down_Down | 8 |
左下右下The horizontal down down
|
| Horizontal_Tilt_Up | 9 |
向上倾斜The horizontal tilt up
|
| Horizontal_Tilt_Down | 10 |
向下倾斜The horizontal tilt down
|
| Vertical_None_None | 11 |
竖线The vertical none none
|
| Vertical_Left_None | 12 |
上左The vertical left none
|
| Vertical_Right_None | 13 |
上右The vertical right none
|
| Vertical_None_Left | 14 |
下左The vertical none left
|
| Vertical_None_Right | 15 |
下右The vertical none right
|
| Vertical_Left_Right | 16 |
上左下右The vertical left right
|
| Vertical_Right_Left | 17 |
上右下左The vertical right left
|
| Vertical_Left_Left | 18 |
上左下左The vertical left left
|
| Vertical_Right_Right | 19 |
上右下右The vertical right left
|
| Vertical_Tilt_Left | 20 |
向左倾斜The vertical tilt
|
| Vertical_Tilt_Right | 21 |
向右倾斜The vertical tilt right
|
参见