C1.Android.Core Assembly / C1.Android.Core Namespace / C1PolygonIcon Class / RequestFitSystemWindows Method


In This Topic
RequestFitSystemWindows Method (C1PolygonIcon)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("requestFitSystemWindows", 
   "()V", 
   "GetRequestFitSystemWindowsHandler", 
   ApiSince=16)>
<ObsoleteAttribute("deprecated")>
Public Overridable Sub RequestFitSystemWindows() 
 
'Usage
 
Dim instance As C1PolygonIcon
 
instance.RequestFitSystemWindows()
See Also