Class SFGaugeHeader
Inheritance
System.Object
SFGaugeHeader
Namespace: Syncfusion.SfGauge.iOS
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFGaugeHeader : UIView
Constructors
SFGaugeHeader()
Declaration
public SFGaugeHeader()
SFGaugeHeader(CGRect)
Declaration
public SFGaugeHeader(CGRect frame)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGRect | frame |
Properties
ArcRadius
Gets or sets the radius of gauge
Declaration
public nfloat ArcRadius { get; set; }
Property Value
Type |
---|
System.nfloat |
HorizontalHeaderPosition
Gets or sets the horizontal position for header.
Declaration
public ViewAlignment HorizontalHeaderPosition { get; set; }
Property Value
Type |
---|
ViewAlignment |
Position
Gets or sets position the text
Declaration
public CGPoint Position { get; set; }
Property Value
Type |
---|
CoreGraphics.CGPoint |
Text
Gets or sets string value for the text
Declaration
public NSString Text { get; set; }
Property Value
Type |
---|
Foundation.NSString |
TextColor
Gets or sets color for the text
Declaration
public UIColor TextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TextStyle
Gets or sets the style of the text
Declaration
public UIFont TextStyle { get; set; }
Property Value
Type |
---|
UIKit.UIFont |
VerticalHeaderPosition
Gets or sets the vertical position for header.
Declaration
public ViewAlignment VerticalHeaderPosition { get; set; }
Property Value
Type |
---|
ViewAlignment |
Methods
Draw(CGRect)
Declaration
public override void Draw(CGRect rect)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGRect | rect |