RibbonControlLengthUnitType 列挙型

定義

Ribbon 内の要素のサイズを指定する定数を定義します。

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

フィールド

名前 説明
Auto 0

サイズ設定方法が指定されていません。

Pixel 1

サイズは、ピクセル単位で表される固定値です。

Item 2

サイズは、子要素の数で表される固定値です。

Star 3

サイズは、使用可能なスペースの加重比率です。

適用対象