Style.IndentLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the indent level for the style.
public:
property int IndentLevel { int get(); void set(int value); };
public int IndentLevel { get; set; }
Public Property IndentLevel As Integer
Property Value
Remarks
Using this property to set the indent level to a number less than 0 (zero) or greater than 15 causes an error.