Set the x value for the pixel location for the upper left corner of the legend.
Read-write property
[Visual Basic .NET] |
---|
Public Property PositionX() As Integer |
[C#] |
---|
public int PositionX {get; set;} |
[Managed C++] |
---|
public: __property int get_PositionX(); |
[Unmanaged C++] |
---|
public: HRESULT get_PositionX( int * pVal ); public: HRESULT put_PositionX( int pVal ); |
[Java] |
---|
public Integer getPositionX(); public void setPositionX( Integer ); |