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