alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SfRangeTickLayer

    range slider class

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

    Constructors

    SfRangeTickLayer()

    Initializes a new instance of the SfRangeTickLayer class.

    Declaration
    public SfRangeTickLayer()

    Properties

    SfRangeSlider

    Gets or sets the value of range slider

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

    Methods

    DrawInContext(CGContext)

    Draw in context method

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

    Cg context type

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved