FormattingOptions.InsertSpaces Property

Definition

Gets or sets a value indicating whether tabs should be spaces.

public:
 property bool InsertSpaces { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(Name="insertSpaces")]
public bool InsertSpaces { get; set; }
[<System.Runtime.Serialization.DataMember(Name="insertSpaces")>]
member this.InsertSpaces : bool with get, set
Public Property InsertSpaces As Boolean

Property Value

Attributes

Applies to