'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)> Public Property FontWeight As System.Windows.FontWeight
'Usage
Dim instance As SymConfigDesigner Dim value As System.Windows.FontWeight instance.FontWeight = value value = instance.FontWeight
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)] public System.Windows.FontWeight FontWeight {get; set;}