Description
The size for the symbol id. Dimensionless
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SymbolImageSize() As UINT
|
| [C#] |
|---|
public UINT SymbolImageSize {get; set;}
|
| [Managed C++] |
|---|
public: __property UINT get_SymbolImageSize(); public: __property void set_SymbolImageSize(
UINT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SymbolImageSize(
UINT * pRetVal
);
public: HRESULT put_SymbolImageSize(
UINT nImageSize
);
|
| [Java] |
|---|
public UINT getSymbolImageSize();
public void setSymbolImageSize(
UINT
);
|
See Also