'DeclarationPublic Property DropDownContentBackground As Brush
'UsageDim instance As MaterialComboBox Dim value As Brush instance.DropDownContentBackground = value value = instance.DropDownContentBackground
public Brush DropDownContentBackground {get; set;}