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