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