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