CSharpFormattingOptions.IndentSwitchCaseSection Property

Definition

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

Property Value

Applies to