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 ** ppRetVal
);
public: HRESULT put_SymbolImageSize(
UInt * pNewSymbolImageSize
);
|
| [Java] |
public UInt getSymbolImageSize();public void setSymbolImageSize(
UInt
);
|
See Also