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 です。

適用対象