Presentation styles / Style attributes reference |
Toolbar style presentation attributes apply to a toolbar.
Attribute | Description | GDC CLIENT | HTML5 CLIENT |
---|---|---|---|
scaleIcon | Defines the scaling behaviors of the icon associated to ToolBarItem
nodes. If an icon must be scaled, the source image will never be upscaled causing pixelization or blurring of the image. The notable exception is when the image come from an SVG file which can be upscaled or downscaled without any penalty. If the icon must be made bigger, the image will be centered and a transparent border will be added around to "fill" the empty space. This allows for a mix of big and smaller icons, while keeping widget alignment. If the image is scaled, the aspect ratio of the original image will be kept, keeping non square source as non square scaled icon. Values can be:
By default, when the attribute is not set, the image is scaled down to match a fixed value of 16*16 pixels. |
Yes | Yes |
toolBarTextPosition |
Defines the text position of a ToolBarItem. Values can be:
|
Yes | Yes |