'Declaration <TypeConverterAttribute(System.Windows.Input.CommandConverter)> Public Property Command As ICommand
'Usage Dim instance As DropDownButton Dim value As ICommand instance.Command = value value = instance.Command
[TypeConverter(System.Windows.Input.CommandConverter)] public ICommand Command {get; set;}