ComponentOne Xamarin.Android
InvokeFitsSystemWindows Method (C1LinearGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge Class : InvokeFitsSystemWindows Method
Syntax
'Declaration
 
<ObsoleteAttribute("The View.fitsSystemWindows() method was REMOVED by Google in API-16. DO NOT USE.")>
<Android.Runtime.RegisterAttribute("fitsSystemWindows", 
   "()Z", 
   "GetInvokeFitsSystemWindowsHandler", 
   ApiSince=14)>
Public Overridable Function InvokeFitsSystemWindows() As Boolean
'Usage
 
Dim instance As C1LinearGauge
Dim value As Boolean
 
value = instance.InvokeFitsSystemWindows()
[Obsolete("The View.fitsSystemWindows() method was REMOVED by Google in API-16. DO NOT USE.")]
[Android.Runtime.Register("fitsSystemWindows", 
   "()Z", 
   "GetInvokeFitsSystemWindowsHandler", 
   ApiSince=14)]
public virtual bool InvokeFitsSystemWindows()
See Also

Reference

C1LinearGauge Class
C1LinearGauge Members