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 NewTranslationX );
|
[Java] |
---|
public double getTranslationX();public void setTranslationX( double );
|
See Also