Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1RadialGauge Class
Members


In This Topic
    C1RadialGauge Class
    In This Topic
    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
    [Foundation.Register("C1RadialGauge")]
    [DesignTimeVisible(true)]
    [C1LicensedControl()]
    public class C1RadialGauge : C1Gauge, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
    Inheritance Hierarchy

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

    See Also