C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / GetX Method


In This Topic
GetX Method (GridBase)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getX", 
   "()F", 
   "GetGetXHandler", 
   ApiSince=11)>
Public Overridable Function GetX() As Single
 
'Usage
 
Dim instance As GridBase
Dim value As Single
 
value = instance.GetX()
See Also