RibbonControlLengthUnitType 列舉

定義

定義常數,這個常數可指定 Ribbon 中項目的大小調整方式。

public enum class RibbonControlLengthUnitType
public enum RibbonControlLengthUnitType
type RibbonControlLengthUnitType = 
Public Enum RibbonControlLengthUnitType
繼承
RibbonControlLengthUnitType

欄位

Auto 0

未指定大小調整方法。

Item 2

此大小是以子項目數表示的固定值。

Pixel 1

此大小是以像素表示的固定值。

Star 3

這個大小是可用空間的加權比例。

適用於