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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.