RibbonControlLengthUnitType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,這個常數可指定 Ribbon 中項目的大小調整方式。
public enum class RibbonControlLengthUnitType
public enum RibbonControlLengthUnitType
type RibbonControlLengthUnitType =
Public Enum RibbonControlLengthUnitType
- 繼承
欄位
Auto | 0 | 未指定大小調整方法。 |
Item | 2 | 此大小是以子項目數表示的固定值。 |
Pixel | 1 | 此大小是以像素表示的固定值。 |
Star | 3 | 這個大小是可用空間的加權比例。 |