Xamarin.iOS

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

    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 Description
    SFTickPlacement

    SFTickPlacementInline

    Displays the ticks representation on the track.

    Declaration
    public const SFTickPlacement SFTickPlacementInline
    Field Value
    Type Description
    SFTickPlacement

    SFTickPlacementNone

    Hides the ticks representation.

    Declaration
    public const SFTickPlacement SFTickPlacementNone
    Field Value
    Type Description
    SFTickPlacement

    SFTickPlacementOutSide

    Displays the ticks representation outside to the track.

    Declaration
    public const SFTickPlacement SFTickPlacementOutSide
    Field Value
    Type Description
    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 Description
    SFTickPlacement

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved