STK ObjectsSend comments on this topic.
PositionX Property (IAgVmVOLegend)
See Also
Windows





Windows & Linux

Description

Set the x value for the pixel location for the upper left corner of the legend.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PositionX() As Integer
[C#]
public int PositionX {get; set;}
[Managed C++]
public: __property int get_PositionX();
public: __property void set_PositionX( int );
[Unmanaged C++]
public: HRESULT get_PositionX(
    int * pVal
);
public: HRESULT put_PositionX(
    int pVal
);
[Java]
public Integer getPositionX();
public void setPositionX(
    Integer
);
[Python - STK API ]
@property
def PositionX(self) -> int:

@PositionX.setter
def PositionX(self, pVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.