In This Topic
The
C1LinearGauge displays a linear scale with an indicator that represents a single value and optional ranges to represent reference values.
Syntax
'Declaration
<Foundation.RegisterAttribute("C1LinearGauge")>
<DesignTimeVisibleAttribute(True)>
<C1LicensedControlAttribute()>
Public Class C1LinearGauge
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 C1LinearGauge
[Foundation.Register("C1LinearGauge")]
[DesignTimeVisible(true)]
[C1LicensedControl()]
public class C1LinearGauge : 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.C1LinearGauge
C1.iOS.Gauge.C1BulletGraph
See Also