C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / GetY Method


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