RibbonControlLengthUnitType 枚举

定义

定义一些常量,这些常量指定如何调整 Ribbon 中元素的大小。

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

字段

Auto 0

未指定调整大小的方法。

Item 2

大小是固定的值,用子元素的数目来表示。

Pixel 1

元素大小为以像素表示的固定值。

Star 3

元素大小为可用空间的加权比例。

适用于