FigureLength.FigureUnitType 属性

定义

获取 Value 的单位类型。

public:
 property System::Windows::FigureUnitType FigureUnitType { System::Windows::FigureUnitType get(); };
public System.Windows.FigureUnitType FigureUnitType { get; }
member this.FigureUnitType : System.Windows.FigureUnitType
Public ReadOnly Property FigureUnitType As FigureUnitType

属性值

FigureUnitType

Value 的单位类型。 默认值是 Auto

注解

可以使用该属性找到 Value 随此单元类型一起提供的值。

此属性为只读。 若要设置此属性的值,请使用 FigureLength 构造函数。

适用于