RibbonControlLengthUnitType Enum
Definition
Defines constants that specify how elements in a Ribbon are sized.
public enum class RibbonControlLengthUnitType
public enum RibbonControlLengthUnitType
type RibbonControlLengthUnitType =
Public Enum RibbonControlLengthUnitType
- Inheritance
Fields
Auto | 0 | The sizing method is not specified. |
Item | 2 | The size is a fixed value expressed in the number of child elements. |
Pixel | 1 | The size is a fixed value expressed in pixels. |
Star | 3 | The size is a weighted proportion of the available space. |