TranslateTransform.Y Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.