Set the width of the individual color band. Number between 1 and 100.
Read-write property
[Visual Basic .NET] |
---|
Public Property ColorSquareWidth() As Integer |
[C#] |
---|
public int ColorSquareWidth {get; set;} |
[Managed C++] |
---|
public: __property int get_ColorSquareWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_ColorSquareWidth( int * pVal ); public: HRESULT put_ColorSquareWidth( int pVal ); |
[Java] |
---|
public Integer getColorSquareWidth(); public void setColorSquareWidth( Integer ); |