| OverlayTranslationY Property  | 
 
Gets or sets the value with which the overlay will be translated from the Y value of the
Position property.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic virtual double TranslationY { get; set; }Public Overridable Property TranslationY As Double
	Get
	Set
public:
virtual property double TranslationY {
	double get ();
	void set (double value);
}abstract TranslationY : float with get, set
override TranslationY : float with get, set
Property Value
Type: 
Double See Also
See Also