TranslateTransform.Y Property

Definition

Gets or sets the distance to translate (move) an object along the y-axis.

public:
 property double Y { double get(); void set(double value); };
double Y();

void Y(double value);
public double Y { get; set; }
var double = translateTransform.y;
translateTransform.y = double;
Public Property Y As Double
<TranslateTransform Y="double"/>

Property Value

Double

double

The distance to translate (move) an object along the y-axis, in pixels. The default is 0.

Applies to