Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SfRangeKnobLayer

    range knob layer class

    Inheritance
    System.Object
    SfRangeKnobLayer
    Namespace: Syncfusion.SfRangeSlider.iOS
    Assembly: Syncfusion.SfRangeSlider.iOS.dll
    Syntax
    public class SfRangeKnobLayer : CALayer

    Constructors

    SfRangeKnobLayer()

    Initializes a new instance of the SfRangeKnobLayer class.

    Declaration
    public SfRangeKnobLayer()

    Properties

    KnobSelected

    Gets or sets a value indicating whether the value Knob selected property

    Declaration
    public bool KnobSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    SfRangeSlider

    Gets or sets the value of range slider property

    Declaration
    public SfRangeSlider SfRangeSlider { get; set; }
    Property Value
    Type Description
    SfRangeSlider

    Methods

    DrawInContext(CGContext)

    Draw in context method

    Declaration
    public override void DrawInContext(CGContext ctx)
    Parameters
    Type Name Description
    CoreGraphics.CGContext ctx

    Cg context

    LayoutSublayers()

    Override Layout.

    Declaration
    public override void LayoutSublayers()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved