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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.