Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / FitsSystemWindows Property


In This Topic
    FitsSystemWindows Property (GridCellsPanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property FitsSystemWindows As Boolean
    'Usage
     
    
    Dim instance As GridCellsPanel
    Dim value As Boolean
     
    value = instance.FitsSystemWindows
    public virtual bool FitsSystemWindows {get;}
    See Also