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