Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFGaugeHeader - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.nfloat

    HorizontalHeaderPosition

    Gets or sets the horizontal position for header.

    Declaration
    public ViewAlignment HorizontalHeaderPosition { get; set; }
    Property Value
    Type Description
    ViewAlignment

    Position

    Gets or sets position the text

    Declaration
    public CGPoint Position { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGPoint

    Text

    Gets or sets string value for the text

    Declaration
    public NSString Text { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    TextColor

    Gets or sets color for the text

    Declaration
    public UIColor TextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    TextStyle

    Gets or sets the style of the text

    Declaration
    public UIFont TextStyle { get; set; }
    Property Value
    Type Description
    UIKit.UIFont

    VerticalHeaderPosition

    Gets or sets the vertical position for header.

    Declaration
    public ViewAlignment VerticalHeaderPosition { get; set; }
    Property Value
    Type Description
    ViewAlignment

    Methods

    Draw(CGRect)

    Declaration
    public override void Draw(CGRect rect)
    Parameters
    Type Name Description
    CoreGraphics.CGRect rect
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved