C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1RadialGauge Class
Members


C1RadialGauge Class
The C1RadialGauge displays a circular scale with an indicator that represents a single value and optional ranges to represent reference values.
Object Model
C1RadialGauge ClassGaugeRange ClassC1Animation ClassC1Font ClassC1Font ClassGaugeRange ClassGaugeRangeCollection ClassGaugeRange ClassC1Animation ClassIValueConverter InterfaceC1Font Class
Syntax
'Declaration
 
<C1LicensedControlAttribute()>
<Android.Runtime.RegisterAttribute("android/widget/FrameLayout", 
   DoNotGenerateAcw=True, 
   ApiSince=1)>
Public Class C1RadialGauge 
   Inherits C1Gauge
   Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable 
 
'Usage
 
Dim instance As C1RadialGauge
Inheritance Hierarchy

System.Object
   Java.Lang.Object
      Android.Views.View
         Android.Views.ViewGroup
            Android.Widget.FrameLayout
               C1.Android.Gauge.C1Gauge
                  C1.Android.Gauge.C1RadialGauge

See Also