Set the number of colors per row or column depending on the selected LevelOrder. Number between 1 and 1000.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxColorSquares() As Integer |
[C#] |
---|
public int MaxColorSquares {get; set;} |
[Managed C++] |
---|
public: __property int get_MaxColorSquares(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxColorSquares( int * pVal ); public: HRESULT put_MaxColorSquares( int pVal ); |
[Java] |
---|
public Integer getMaxColorSquares(); public void setMaxColorSquares( Integer ); |