In This Topic
Base class for the Gauge controls
Syntax
'Declaration
<Foundation.RegisterAttribute("UIView", True)>
Public MustInherit Class C1Gauge
Inherits UIKit.UIView
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 C1Gauge
[Foundation.Register("UIView", true)]
public abstract class C1Gauge : UIKit.UIView, 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.C1LinearGauge
C1.iOS.Gauge.C1RadialGauge
See Also