Color square width in pixels.
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( long * pVal ); public: HRESULT put_ColorSquareWidth( long ColorSquareWidth ); |
[Java] |
---|
public int getColorSquareWidth(); public void setColorSquareWidth( int ); |