Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFCircularRange

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

    Constructors

    SFCircularRange()

    Declaration
    public SFCircularRange()

    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

    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>

    InnerEndOffset

    Gets or sets the InnerEndOffset value for the range, which is in factor value

    Declaration
    public float InnerEndOffset { get; set; }
    Property Value
    Type Description
    System.Single

    InnerStartOffset

    Gets or sets the InnerStartOffset value for the range, which is in factor value

    Declaration
    public float InnerStartOffset { get; set; }
    Property Value
    Type Description
    System.Single

    Offset

    Gets or sets the offset value for the range, which is in factor value

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

    OuterEndOffset

    Gets or sets the OuterEndOffset value for the range, which is in factor value

    Declaration
    public float OuterEndOffset { get; set; }
    Property Value
    Type Description
    System.Single

    OuterStartOffset

    Gets or sets the OuterStartOffset value for the range, which is in factor value

    Declaration
    public float OuterStartOffset { get; set; }
    Property Value
    Type Description
    System.Single

    StartValue

    Gets or sets the start value for the range

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

    Width

    Gets or sets the width of the range

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

    Methods

    Dispose(Boolean)

    Dispose circular range objects

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    To get the dispose.

    Draw(CGRect)

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