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