FigureLength.IsAbsolute 属性

定义

获取一个值,该值确定此 FigureLength 是否包含绝对值(以像素为单位)。

public:
 property bool IsAbsolute { bool get(); };
public bool IsAbsolute { get; }
member this.IsAbsolute : bool
Public ReadOnly Property IsAbsolute As Boolean

属性值

Boolean

true 如果该值 FigureLength 以像素) 表示 (绝对值,则为 ;否则为 false。 默认值是 false

适用于