Description
The pixel size of the marker (markers do not
resize as the window size is changed). Dimensionless
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property PixelSize() As Integer
|
[C#] |
public int PixelSize {get; set;}
|
[Managed C++] |
public: __property int get_PixelSize();
public: __property void set_PixelSize(
int
);
|
[Unmanaged C++] |
public: HRESULT get_PixelSize(
long * pRetVal
);
public: HRESULT put_PixelSize(
long NewPixelSize
);
|
[Java] |
public int getPixelSize();public void setPixelSize(
int
);
|
See Also