C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1BulletGraph Class / GetZ Method


In This Topic
GetZ Method (C1BulletGraph)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getZ", 
   "()F", 
   "GetGetZHandler", 
   ApiSince=21)>
Public Overridable Function GetZ() As Single
 
'Usage
 
Dim instance As C1BulletGraph
Dim value As Single
 
value = instance.GetZ()
See Also