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 NewTranslationY );
|
[Java] |
---|
public double getTranslationY();public void setTranslationY( double );
|
See Also