Description
Set the y value for the pixel location for the upper left corner of the legend.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PositionY() As Integer
|
| [C#] |
|---|
public int PositionY {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_PositionY(); public: __property void set_PositionY(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PositionY(
int * pVal
);
public: HRESULT put_PositionY(
int pVal
);
|
| [Java] |
|---|
public Integer getPositionY();
public void setPositionY(
Integer
);
|
| [Python - STK API] |
|---|
@property
def PositionY(self) -> int:
@PositionY.setter
def PositionY(self, pVal:int) -> None:
|
See Also