Offsets the position of the text to the right or the left of the ground track.
Read-write property
[Visual Basic .NET] |
---|
Public Property OffsetPixels() As Integer |
[C#] |
---|
public int OffsetPixels {get; set;} |
[Managed C++] |
---|
public: __property int get_OffsetPixels(); |
[Unmanaged C++] |
---|
public: HRESULT get_OffsetPixels( long * pVal ); public: HRESULT put_OffsetPixels( long Pixels ); |
[Java] |
---|
public int getOffsetPixels(); public void setOffsetPixels( int ); |