RibbonControlLength.Value 属性

定义

获取 RibbonControlLength 的绝对值(以像素或逻辑单元为单位)。

public:
 property double Value { double get(); };
public double Value { get; }
member this.Value : double
Public ReadOnly Property Value As Double

属性值

Double

RibbonControlLength 的绝对值(以像素或者逻辑单位为单位),或者,如果 RibbonControlLengthUnitType 属性设置为 Auto,则为 1.0。

适用于