menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFLinearLabel - API Reference

    Show / Hide Table of Contents

    Class SFLinearLabel

    Inheritance
    System.Object
    SFLinearLabel
    Namespace: Syncfusion.SfGauge.iOS
    Assembly: Syncfusion.SfGauge.iOS.dll
    Syntax
    public class SFLinearLabel : UIView

    Constructors

    SFLinearLabel()

    Declaration
    public SFLinearLabel()

    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
    Type Description
    UIKit.UIColor

    Font

    Gets or sets the font of the header

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

    Position

    Gets or sets the position of the header

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

    Text

    Gets or sets the text of the header

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

    Methods

    Draw(CGRect)

    Declaration
    public override void Draw(CGRect rect)
    Parameters
    Type Name Description
    CoreGraphics.CGRect rect

    DrawRect(CGRect, UIViewPrintFormatter)

    Declaration
    public override void DrawRect(CGRect area, UIViewPrintFormatter formatter)
    Parameters
    Type Name Description
    CoreGraphics.CGRect area
    UIKit.UIViewPrintFormatter formatter
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved