Presentation styles / Using presentation styles |
Styles may apply to any graphical elements of the user interface, such as Button, Edit, ComboBox, ButtonEdit, Table, Window.
The name of the element when used in a style file is case-sensitive (use CheckBox, not checkbox).
<Style name="Window.dialog"> <StyleAttribute name="position" value="center" /> </Style>
The supported element types is defined by the style attributes, for more details, see Style attributes reference.