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 * pSize
);
public: HRESULT put_PixelSize(
long pSize
);
|
| [Java] |
|---|
public int getPixelSize();
public void setPixelSize(
int
);
|
| [Python - STK API] |
|---|
@property
def PixelSize(self) -> int:
@PixelSize.setter
def PixelSize(self, pSize:int) -> None:
|
See Also