ComponentOne Xamarin.Android
SetX Method (C1DropDown)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : SetX Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setX", 
   "(F)V", 
   "GetSetX_FHandler", 
   ApiSince=11)>
Public Overridable Sub SetX( _
   ByVal x As Single _
) 
'Usage
 
Dim instance As C1DropDown
Dim x As Single
 
instance.SetX(x)
[Android.Runtime.Register("setX", 
   "(F)V", 
   "GetSetX_FHandler", 
   ApiSince=11)]
public virtual void SetX( 
   float x
)

Parameters

x
See Also

Reference

C1DropDown Class
C1DropDown Members