Color square height in pixels.
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( long * pVal ); public: HRESULT put_ColorSquareHeight( long ColorSquareHeight ); |
[Java] |
---|
public int getColorSquareHeight(); public void setColorSquareHeight( int ); |