public Nullable<float> WidthBy { get; set; }
Public Property WidthBy As Nullable(Of Single) Get Set
public: property Nullable<float> WidthBy { Nullable<float> get (); void set (Nullable<float> value); }