menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFLinearRange

    Inheritance
    System.Object
    SFLinearRange
    Namespace: Syncfusion.SfGauge.iOS
    Assembly: Syncfusion.SfGauge.iOS.dll
    Syntax
    public class SFLinearRange : CALayer

    Constructors

    SFLinearRange()

    Declaration
    public SFLinearRange()

    Properties

    Color

    Gets or sets the Color of the Range

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

    EndValue

    Gets or sets the end value for the Range

    Declaration
    public nfloat EndValue { get; set; }
    Property Value
    Type Description
    System.nfloat

    EndWidth

    Gets or sets the end width for the Range

    Declaration
    public nfloat EndWidth { get; set; }
    Property Value
    Type Description
    System.nfloat

    GradientStops

    Gets or sets the gradient values of the range

    Declaration
    public ObservableCollection<GaugeGradientStop> GradientStops { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<GaugeGradientStop>

    Offset

    Gets or sets the offset value for the Range

    Declaration
    public nfloat Offset { get; set; }
    Property Value
    Type Description
    System.nfloat

    StartValue

    Gets or sets the start value for the Range

    Declaration
    public nfloat StartValue { get; set; }
    Property Value
    Type Description
    System.nfloat

    StartWidth

    Gets or sets the start width for the Range

    Declaration
    public nfloat StartWidth { get; set; }
    Property Value
    Type Description
    System.nfloat

    Methods

    ActionForKey(String)

    Declaration
    public override NSObject ActionForKey(string eventKey)
    Parameters
    Type Name Description
    System.String eventKey
    Returns
    Type Description
    Foundation.NSObject

    DrawInContext(CGContext)

    Declaration
    public override void DrawInContext(CGContext ctx)
    Parameters
    Type Name Description
    CoreGraphics.CGContext ctx
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved