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