Toolbar Location specifies where the toolbar will be located - in the top or in the right part of the window. |
in Lycia Theme Designer |
|
Theme property filter XML code:
<DoStyleAction>
<SetProperty>
<PropertyPath>
<PropertyName>ToolbarLocation</PropertyName>
</PropertyPath>
</SetProperty>
</DoStyleAction>
Possible values:
Default value: top
Inheritance diagram:
Associated containers, widgets and theme elements: Toolbar
Associated ui methods:
SetToolbarLocation ↓
GetToolbarLocation↓
Influence and behavior:
With the Toolbar Location property set to right, toolbar will be located in the right side of the window instead of the top of it:
lycia theme designer |
|
|
xml code |
<DoStyleAction> <SetProperty> <PropertyPath> <PropertyName>ToolbarLocation</PropertyName> </PropertyPath> </SetProperty> </DoStyleAction>
|
<DoStyleAction> <SetProperty> <PropertyPath> <PropertyName>ToolbarLocation</PropertyName> </PropertyPath> <PropertyValue>Right</PropertyValue> </SetProperty> </DoStyleAction>
|
runtime appearance |