Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / Left Property


In This Topic
    Left Property (C1ComboBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Left As Integer
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Integer
     
    instance.Left = value
     
    value = instance.Left
    public int Left {get; set;}
    See Also