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