Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartBase Class / Right Property


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