CodeGenerator.Indent 屬性

定義

取得或設定每個縮排層級要縮排的空格數。

protected:
 property int Indent { int get(); void set(int value); };
protected int Indent { get; set; }
member this.Indent : int with get, set
Protected Property Indent As Integer

屬性值

每個縮排層級需要縮排的空格數。

備註

程式碼段落通常會縮排以便辨識。

適用於