Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / SetFitsSystemWindows Method


In This Topic
    SetFitsSystemWindows Method (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setFitsSystemWindows", 
       "(Z)V", 
       "GetSetFitsSystemWindows_ZHandler", 
       ApiSince=14)>
    Public Overridable Sub SetFitsSystemWindows( _
       ByVal fitSystemWindows As Boolean _
    ) 
    'Usage
     
    
    Dim instance As C1Gauge
    Dim fitSystemWindows As Boolean
     
    instance.SetFitsSystemWindows(fitSystemWindows)
    [Android.Runtime.Register("setFitsSystemWindows", 
       "(Z)V", 
       "GetSetFitsSystemWindows_ZHandler", 
       ApiSince=14)]
    public virtual void SetFitsSystemWindows( 
       bool fitSystemWindows
    )

    Parameters

    fitSystemWindows
    See Also