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