Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1BitmapIcon Class / Right Property


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