ComponentOne Xamarin.Android
SetFitsSystemWindows Method (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : SetFitsSystemWindows Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setFitsSystemWindows", 
   "(Z)V", 
   "GetSetFitsSystemWindows_ZHandler", 
   ApiSince=14)>
Public Overridable Sub SetFitsSystemWindows( _
   ByVal fitSystemWindows As Boolean _
) 
'Usage
 
Dim instance As C1BulletGraph
Dim fitSystemWindows As Boolean
 
instance.SetFitsSystemWindows(fitSystemWindows)
[Android.Runtime.Register("setFitsSystemWindows", 
   "(Z)V", 
   "GetSetFitsSystemWindows_ZHandler", 
   ApiSince=14)]
public virtual void SetFitsSystemWindows( 
   bool fitSystemWindows
)

Parameters

fitSystemWindows
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members