FigureLength.IsAuto Property

Definition

Gets a value that determines whether this FigureLength is automatic (not specified).

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

Property Value

true if this FigureLength is automatic (not specified); otherwise, false. The default value is true.

Applies to