'Declaration Public Property DropDownContentBackground As Brush
'Usage Dim instance As MaterialComboBox Dim value As Brush instance.DropDownContentBackground = value value = instance.DropDownContentBackground
public Brush DropDownContentBackground {get; set;}