'Declaration Public Property MaterialAccentBrush As Brush
'Usage Dim instance As MaterialSlider Dim value As Brush instance.MaterialAccentBrush = value value = instance.MaterialAccentBrush
public Brush MaterialAccentBrush {get; set;}
Property Value
A Brush value representing the color to use as the control's background and border.