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