alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFTickPlacement

    Contains the values for the TickPlacement enumeration that determines the placement of the tick representation.

    Inheritance
    System.Object
    SFTickPlacement
    Namespace: Syncfusion.SfRangeSlider.iOS
    Assembly: Syncfusion.SfRangeSlider.iOS.dll
    Syntax
    public sealed class SFTickPlacement : Enum

    Fields

    SFTickPlacementBottomRight

    Displays the ticks representation at bottom and right side for vertical and horizontal orientation respectively.

    Declaration
    public const SFTickPlacement SFTickPlacementBottomRight
    Field Value
    Type
    SFTickPlacement

    SFTickPlacementInline

    Displays the ticks representation on the track.

    Declaration
    public const SFTickPlacement SFTickPlacementInline
    Field Value
    Type
    SFTickPlacement

    SFTickPlacementNone

    Hides the ticks representation.

    Declaration
    public const SFTickPlacement SFTickPlacementNone
    Field Value
    Type
    SFTickPlacement

    SFTickPlacementOutSide

    Displays the ticks representation outside to the track.

    Declaration
    public const SFTickPlacement SFTickPlacementOutSide
    Field Value
    Type
    SFTickPlacement

    SFTickPlacementTopLeft

    Displays the ticks representation at top and left side for vertical and horizontal orientation respectively.

    Declaration
    public const SFTickPlacement SFTickPlacementTopLeft
    Field Value
    Type
    SFTickPlacement
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved