TranslateTransform.Y 속성

정의

y-축을 따라 개체를 변환(이동)할 거리를 가져오거나 설정합니다.

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"/>

속성 값

Double

double

y축을 따라 개체를 변환(이동)할 거리(픽셀)입니다. 기본값은 0입니다.

적용 대상