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