C1.Android.Core Assembly / C1.Android.Core Namespace / C1PolygonIcon Class / SetX Method


In This Topic
SetX Method (C1PolygonIcon)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setX", 
   "(F)V", 
   "GetSetX_FHandler", 
   ApiSince=11)>
Public Overridable Sub SetX( _
   ByVal x As Single _
) 
 
'Usage
 
Dim instance As C1PolygonIcon
Dim x As Single
 
instance.SetX(x)

Parameters

x
See Also