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