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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.