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 * pRetVal
);
public: HRESULT put_MaxColorSquares(
int NewMaxColorSquares
);
|
[Java] |
public ppInteger getMaxColorSquares();public void setMaxColorSquares(
ppInteger
);
|
See Also