'Declaration
<System.ComponentModel.BindableAttribute(True)> <System.ComponentModel.CategoryAttribute("Layout")> Public Property Padding As System.Windows.Thickness
'Usage
Dim instance As DropDownButton Dim value As System.Windows.Thickness instance.Padding = value value = instance.Padding
[System.ComponentModel.Bindable(true)] [System.ComponentModel.Category("Layout")] public System.Windows.Thickness Padding {get; set;}