'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the local Font value to be used when drawing command's text. If null, the current parent's Font will be used.")> Public Property Font As System.Drawing.Font
'Usage
Dim instance As NCommandProperties Dim value As System.Drawing.Font instance.Font = value value = instance.Font
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the local Font value to be used when drawing command's text. If null, the current parent's Font will be used.")] public System.Drawing.Font Font {get; set;}