CSharpFormattingOptions.IndentSwitchSection Property

Definition

Microsoft.CodeAnalysis.CSharp.Formatting.CSharpFormattingOptions2.IndentSwitchSection
public:
 static property Microsoft::CodeAnalysis::Options::Option<bool> ^ IndentSwitchSection { Microsoft::CodeAnalysis::Options::Option<bool> ^ get(); };
public static Microsoft.CodeAnalysis.Options.Option<bool> IndentSwitchSection { get; }
static member IndentSwitchSection : Microsoft.CodeAnalysis.Options.Option<bool>
Public Shared ReadOnly Property IndentSwitchSection As Option(Of Boolean)

Property Value

Applies to