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