RibbonControlLengthUnitType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Auto | 0 | The sizing method is not specified. |
Pixel | 1 | The size is a fixed value expressed in pixels. |
Item | 2 | The size is a fixed value expressed in the number of child elements. |
Star | 3 | The size is a weighted proportion of the available space. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.