Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / Right Property


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