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