AlternatingItemBackground Property (GcComboBox)
Gets or sets the
System.Windows.Media.Brush that is used to paint the background of dropdown item whose
AlternationIndex is 1.
'Declaration
Public Property AlternatingItemBackground As Brush
'Usage
Dim instance As GcComboBox
Dim value As Brush
instance.AlternatingItemBackground = value
value = instance.AlternatingItemBackground
public Brush AlternatingItemBackground {get; set;}
Property Value
The brush that is used to paint the background of dropdown items whose
AlternationIndex is 1.