Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / RequestFitSystemWindows Method


In This Topic
    RequestFitSystemWindows Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("requestFitSystemWindows", 
       "()V", 
       "GetRequestFitSystemWindowsHandler", 
       ApiSince=16)>
    <ObsoleteAttribute("deprecated")>
    Public Overridable Sub RequestFitSystemWindows() 
    'Usage
     
    
    Dim instance As C1Icon
     
    instance.RequestFitSystemWindows()
    [Android.Runtime.Register("requestFitSystemWindows", 
       "()V", 
       "GetRequestFitSystemWindowsHandler", 
       ApiSince=16)]
    [Obsolete("deprecated")]
    public virtual void RequestFitSystemWindows()
    See Also