FigureLength.IsAuto 属性

定义

获取一个值,该值确定此 FigureLength 是否为自动(未指定)。

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

属性值

Boolean

true if this FigureLength is automatic (not specified); otherwise, false. 默认值是 true

适用于