public float X {get; set;}
'Declaration Public Property X As Single
'Usage Dim instance As AnnPoint Dim value As Single instance.X = value value = instance.X
public: property float X { float get(); void set ( float value); }
Target Platforms
AnnPoint Structure AnnPoint Members