alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TickPlacement

    Specifies the possible positions, in which the tick marks can be placed.

    Inheritance
    System.Object
    TickPlacement
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class TickPlacement : Enum

    Fields

    Both

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

    Declaration
    public const TickPlacement Both
    Field Value
    Type
    TickPlacement

    BottomRight

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

    Declaration
    public const TickPlacement BottomRight
    Field Value
    Type
    TickPlacement

    Inline

    Indicates the ticks placed over the channel line.

    Declaration
    public const TickPlacement Inline
    Field Value
    Type
    TickPlacement

    TopLeft

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

    Declaration
    public const TickPlacement TopLeft
    Field Value
    Type
    TickPlacement
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved