Description
Gets or sets the value with which the overlay will be translated from the X value of the
Position property.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property TranslationX() As Double
|
[C#] |
---|
public double TranslationX {get; set;}
|
[Managed C++] |
---|
public: __property double get_TranslationX(); public: __property void set_TranslationX(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_TranslationX(
double * pRetVal
);
public: HRESULT put_TranslationX(
double TranslationX
);
|
[Java] |
---|
public double getTranslationX();
public void setTranslationX(
double
);
|
[Python - STK API ] |
---|
@property
def TranslationX(self) -> float:
@TranslationX.setter
def TranslationX(self, TranslationX:float) -> None:
|
See Also