IndentLevel Property (DisplayFormat)
Gets a value that represents the indent level of the associated
DisplayFormat object as it is displayed in the current user interface.
public int IndentLevel {get;}
'Declaration
Public ReadOnly Property IndentLevel As Integer
'Usage
Dim instance As DisplayFormat
Dim value As Integer
value = instance.IndentLevel
Property Value
The indent level of the associated
DisplayFormat object.