RectangleF.Y Özellik

Tanım

Bu RectangleF yapının sol üst köşesinin y koordinatını alır veya ayarlar.

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

Özellik Değeri

Bu RectangleF yapının sol üst köşesinin y koordinatı. Varsayılan değer, 0'dur.

Şunlara uygulanır