Manipulator2D.Y 속성

정의

Manipulator2D 개체의 Y 좌표를 가져오거나 설정합니다.

public:
 property float Y { float get(); void set(float value); };
public float Y { get; set; }
member this.Y : single with get, set
Public Property Y As Single

속성 값

Single

Manipulator2D 개체의 Y 좌표입니다.

설명

이 속성을 설정할 때 값에는 유한 값 이어야 합니다. 이 속성의 기본값은 영 (0).

적용 대상