weight
Section:
Ribbon
Value type:
Numeric
Description
This attribute defines the weight of an element in its parent’s container (like, group, tab, or tab list). Elements in a container are shown in the order of their weights. For buttons within groups, the priority attribute takes preference over the weight. Buttons with the same priority are ordered with respect to their weight.
<Button id="MyHelloWorldButton" weight="1.5">
Was this helpful?