Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / ClipChildren Property


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