In This Topic
Gets or sets the indent color of the grouping information.
Syntax
'Declaration
Public Property IndentColor As Color
'Usage
Dim instance As GroupInfo
Dim value As Color
instance.IndentColor = value
value = instance.IndentColor
public Color IndentColor {get; set;}
See Also