C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / RequestFitSystemWindows Method


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