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