C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / GetY Method


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