public Nullable<int> Width { get; set; }
Public Property Width As Nullable(Of Integer)
public: property Nullable<int> Width { Nullable<int> get (); void set (Nullable<int> value); }