Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / IsScrollContainer Property


In This Topic
    IsScrollContainer Property (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsScrollContainer As Boolean
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Boolean
     
    value = instance.IsScrollContainer
    public virtual bool IsScrollContainer {get;}
    See Also