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