This documentation is for the old version. Go to the latest Graphics Mill docs

Transform.translateY Property

Gets or sets a distance to translate along the y-axis.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function get_translateY();
function set_translateY(value);

Property Value

The distance to translate along the y-axis.

Remarks

This property corresponds to Transform.TranslateY server-side member.

See Also

Reference