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