enum GUIStyleSheetPropertyType
All possible properties in a GUI style sheet.
See GUIStyleSheetStateStyle for their descriptions.
Values
| Name | Value | Description |
|---|---|---|
Undefined |
0 |
|
Width |
1 |
|
Height |
2 |
|
MinWidth |
3 |
|
MinHeight |
4 |
|
MaxWidth |
5 |
|
MaxHeight |
6 |
|
Margin |
7 |
|
MarginTop |
8 |
|
MarginBottom |
9 |
|
MarginLeft |
10 |
|
MarginRight |
11 |
|
Padding |
12 |
|
PaddingTop |
13 |
|
PaddingBottom |
14 |
|
PaddingLeft |
15 |
|
PaddingRight |
16 |
|
Color |
17 |
|
Opacity |
18 |
|
BackgroundColor |
19 |
|
BackgroundImage |
20 |
|
Visibility |
21 |
|
TextAlign |
22 |
|
VerticalAlign |
23 |
|
FontFamily |
24 |
|
FontSize |
25 |
|
WordWrap |
26 |
|
Border |
27 |
|
BorderStyle |
28 |
|
BorderWidth |
29 |
|
BorderColor |
30 |
|
BorderTop |
31 |
|
BorderTopStyle |
32 |
|
BorderTopWidth |
33 |
|
BorderTopColor |
34 |
|
BorderBottom |
35 |
|
BorderBottomStyle |
36 |
|
BorderBottomWidth |
37 |
|
BorderBottomColor |
38 |
|
BorderLeft |
39 |
|
BorderLeftStyle |
40 |
|
BorderLeftWidth |
41 |
|
BorderLeftColor |
42 |
|
BorderRight |
43 |
|
BorderRightStyle |
44 |
|
BorderRightWidth |
45 |
|
BorderRightColor |
46 |
|
BorderRadius |
47 |
|
BorderTopLeftRadius |
48 |
|
BorderTopRightRadius |
49 |
|
BorderBottomLeftRadius |
50 |
|
BorderBottomRightRadius |
51 |
|
Count |
52 |