WinForms

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 possible positions, in which the tick marks can be placed.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum TickPlacement

    Fields

    Name Description
    Both

    Indicates the ticks placed on both sides of the channel line.

    BottomRight

    Indicates the ticks placed on the bottom if orientation is horizontal, and on the right if orientation is vertical.

    Inline

    Indicates the ticks placed over the channel line.

    TopLeft

    Indicates the ticks placed on the top if orientation is horizontal, and on the left if orientation is vertical.

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