'Declaration <CategoryAttribute("Polar Axis Specific")> <DescriptionAttribute("Controls the beginning angle of the polar")> <DefaultValueAttribute(0)> Public Property BeginAngle As Single
'Usage Dim instance As PolarAxis Dim value As Single instance.BeginAngle = value value = instance.BeginAngle
[Category("Polar Axis Specific")] [Description("Controls the beginning angle of the polar")] [DefaultValue(0)] public float BeginAngle {get; set;}