'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the font of the state.")> Public Property Font As System.Drawing.Font
'Usage
Dim instance As NLightUIItemVisualState Dim value As System.Drawing.Font instance.Font = value value = instance.Font
[System.ComponentModel.Description("Gets/sets the font of the state.")] public System.Drawing.Font Font {get; set;}