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