ComponentOne Xamarin.Android
InvokeFitsSystemWindows Method (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph 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 C1BulletGraph
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

C1BulletGraph Class
C1BulletGraph Members