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