public float X { get; set; }
Public Property X As Single Get Set
public: property float X { float get (); void set (float value); }
member X : float32 with get, set
In This Article