Class SFLinearLabel
Inheritance
System.Object
SFLinearLabel
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFLinearLabel : UIView
Constructors
SFLinearLabel()
Declaration
SFLinearLabel(CGRect)
Declaration
public SFLinearLabel(CGRect frame)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
frame |
|
Properties
Color
Gets or sets the color of the header
Declaration
public UIColor Color { get; set; }
Property Value
Font
Gets or sets the font of the header
Declaration
public UIFont Font { get; set; }
Property Value
Position
Gets or sets the position of the header
Declaration
public CGPoint Position { get; set; }
Property Value
Type |
CoreGraphics.CGPoint |
Text
Gets or sets the text of the header
Declaration
public NSString Text { get; set; }
Property Value
Methods
Draw(CGRect)
Declaration
public override void Draw(CGRect rect)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
rect |
|
Declaration
public override void DrawRect(CGRect area, UIViewPrintFormatter formatter)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
area |
|
UIKit.UIViewPrintFormatter |
formatter |
|