'Declaration
<DefaultValueAttribute(100)> Public Property Radius As Single
[DefaultValue(100)] public float Radius {get; set;}
'Declaration
<DefaultValueAttribute(100)> Public Property Radius As Single
[DefaultValue(100)] public float Radius {get; set;}