'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the background adorner shape")> Public Property Shape As GaugeBackroundAdornerShape
'Usage
Dim instance As NGaugeBackgroundAdorner Dim value As GaugeBackroundAdornerShape instance.Shape = value value = instance.Shape
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the background adorner shape")] public GaugeBackroundAdornerShape Shape {get; set;}