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