ComponentOne Xamarin.Android
SetScrollContainer Method (C1Gauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : SetScrollContainer Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setScrollContainer", 
   "(Z)V", 
   "GetSetScrollContainer_ZHandler", 
   ApiSince=3)>
Public Overridable Sub SetScrollContainer( _
   ByVal isScrollContainer As Boolean _
) 
'Usage
 
Dim instance As C1Gauge
Dim isScrollContainer As Boolean
 
instance.SetScrollContainer(isScrollContainer)
[Android.Runtime.Register("setScrollContainer", 
   "(Z)V", 
   "GetSetScrollContainer_ZHandler", 
   ApiSince=3)]
public virtual void SetScrollContainer( 
   bool isScrollContainer
)

Parameters

isScrollContainer
See Also

Reference

C1Gauge Class
C1Gauge Members