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