Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFRangePointer

    Inheritance
    System.Object
    SFCircularPointer
    SFRangePointer
    Inherited Members
    SFCircularPointer.Draw(CGRect)
    SFCircularPointer.Width
    SFCircularPointer.Value
    SFCircularPointer.Color
    SFCircularPointer.EnableAnimation
    SFCircularPointer.AnimationDuration
    SFCircularPointer.Radius
    SFCircularPointer.LengthFactor
    SFCircularPointer.KnobRadius
    SFCircularPointer.KnobRadiusFactor
    SFCircularPointer.KnobColor
    SFCircularPointer.PointerType
    SFCircularPointer.UpdateEndValue
    SFCircularPointer.ValueChangeStarted
    SFCircularPointer.ValueChanging
    SFCircularPointer.ValueChangeCompleted
    Namespace: Syncfusion.SfGauge.iOS
    Assembly: Syncfusion.SfGauge.iOS.dll
    Syntax
    public class SFRangePointer : SFCircularPointer

    Constructors

    SFRangePointer()

    Declaration
    public SFRangePointer()

    SFRangePointer(CGRect)

    Declaration
    public SFRangePointer(CGRect frame)
    Parameters
    Type Name Description
    CoreGraphics.CGRect frame

    Properties

    EndOffset

    Gets or sets the EndOffset of Range Pointers

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

    Offset

    Gets or sets the Offset of Range Pointers

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

    RadiusFactor

    Gets or sets the radius factor for Range Pointers

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

    RangeCap

    Gets or sets the range cap for Range Pointers

    Declaration
    public SFCiruclarGaugeRangeCap RangeCap { get; set; }
    Property Value
    Type Description
    SFCiruclarGaugeRangeCap

    RangeStart

    Gets or sets the start value for Range Pointers

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

    StartOffset

    Gets or sets the StartOffset of RangePointer

    Declaration
    public nfloat StartOffset { get; set; }
    Property Value
    Type Description
    System.nfloat
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved