RangeGroupButtonBorderColor Property (EnhancedInterfaceRenderer)
In This Topic
Gets or sets the color of the outline (range group) button border.
Syntax
'Declaration
Public Property RangeGroupButtonBorderColor As Color
'Usage
Dim instance As EnhancedInterfaceRenderer
Dim value As Color
instance.RangeGroupButtonBorderColor = value
value = instance.RangeGroupButtonBorderColor
public Color RangeGroupButtonBorderColor {get; set;}
Property Value
Color of the outline (range group) button border.
See Also