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