Difference between revisions of "Template:UI Object Attributes (Label)"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | === | + | === Label attributes === |
{| class="wikitable" | {| class="wikitable" | ||
!Name | !Name | ||
Line 7: | Line 7: | ||
|label | |label | ||
|Changes the label | |Changes the label | ||
− | | | + | |string |
+ | |- | ||
+ | |fontsize | ||
+ | |Font size | ||
+ | |integer | ||
+ | |- | ||
+ | |fontcolor | ||
+ | |Font color | ||
+ | |CSS color | ||
+ | |- | ||
+ | |fontstyle | ||
+ | |Font style | ||
+ | |? | ||
+ | |- | ||
+ | |fontweight | ||
+ | |Font weight | ||
+ | |bold,bolder... | ||
+ | |- | ||
+ | |textalign | ||
+ | |Text alignment | ||
+ | |left | ||
+ | right | ||
+ | center | ||
+ | justified | ||
|} | |} |
Revision as of 16:32, 19 December 2013
Label attributes
Name | Description | Value |
---|---|---|
label | Changes the label | string |
fontsize | Font size | integer |
fontcolor | Font color | CSS color |
fontstyle | Font style | ? |
fontweight | Font weight | bold,bolder... |
textalign | Text alignment | left
right center justified |