FigureLength.IsAuto プロパティ
定義
この FigureLength が自動 (未指定) であるかどうかを判断する値を取得します。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
プロパティ値
true
このFigureLengthが自動 (指定されていない) false
の場合は。それ以外の場合は。true
if this FigureLength is automatic (not specified); otherwise, false
. 既定値は true
です。The default value is true
.