WPF

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

    Show / Hide Table of Contents

    Enum TickPlacement

    Specifies the Ticks placement with range slider.

    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public enum TickPlacement

    Fields

    Name Description
    BottomRight

    The ticks are placed bottom for horizontal orientation and right for vertical orientation.

    Inline

    The ticks are placed inside the range slider.

    None

    The ticks are not showing.

    Outside

    The ticks are placed both side for horizontal orientation ticks are in top and bottom and for vertical orientation ticks are in left and right.

    TopLeft

    The ticks are placed top for horizontal orientation and left for vertical orientation.

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