Description
Set the height of the indvidual color band. Number between 1 and 100.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ColorSquareHeight() As Integer
|
| [C#] |
|---|
public int ColorSquareHeight {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_ColorSquareHeight(); public: __property void set_ColorSquareHeight(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ColorSquareHeight(
int * pVal
);
public: HRESULT put_ColorSquareHeight(
int pVal
);
|
| [Java] |
|---|
public Integer getColorSquareHeight();
public void setColorSquareHeight(
Integer
);
|
See Also