C1.iOS.Gauge Assembly / C1.iOS.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.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("C1RadialGauge")>
<DesignTimeVisibleAttribute(True)>
<C1LicensedControlAttribute()>
Public Class C1RadialGauge 
   Inherits C1Gauge
   Implements C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
 
'Usage
 
Dim instance As C1RadialGauge
Inheritance Hierarchy

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            C1.iOS.Gauge.C1Gauge
               C1.iOS.Gauge.C1RadialGauge

See Also