'Declaration Public Property MaterialAccentBrush As Brush
'Usage Dim instance As MaterialTabItem Dim value As Brush instance.MaterialAccentBrush = value value = instance.MaterialAccentBrush
public Brush MaterialAccentBrush {get; set;}
Property Value
A Color value representing the color to use as the control's background. By default, the first value in the MaterialAccentBrushs list will be selected.