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