获取用于确定如何计算元素大小的类型。
命名空间:  Microsoft.Windows.Controls.Ribbon
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)
语法
声明
Public ReadOnly Property RibbonControlLengthUnitType As RibbonControlLengthUnitType
    Get
public RibbonControlLengthUnitType RibbonControlLengthUnitType { get; }
public:
property RibbonControlLengthUnitType RibbonControlLengthUnitType {
    RibbonControlLengthUnitType get ();
}
member RibbonControlLengthUnitType : RibbonControlLengthUnitType
function get RibbonControlLengthUnitType () : RibbonControlLengthUnitType
属性值
类型:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType
枚举值之一,该值指定如何计算元素的大小。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。