public int MaxHeight { get; set; }
Public Property MaxHeight As Integer Get Set
public: property int MaxHeight { int get (); void set (int value); }
member MaxHeight : int with get, set
In This Article