'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Constrols the style of the inner knob rim")> Public Property InnerRimStyle As NCircularRimStyle
'Usage
Dim instance As NKnobIndicator Dim value As NCircularRimStyle instance.InnerRimStyle = value value = instance.InnerRimStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Constrols the style of the inner knob rim")] public NCircularRimStyle InnerRimStyle {get; set;}