menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TickAlignment - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TickAlignment

    Controls the alignment of ticks on the ruler.

    Inheritance
    System.Object
    TickAlignment
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class TickAlignment : Enum
    Remarks

    This enumeration specifies how ticks are aligned on the ruler, either left/top or right/bottom, depending on the orientation of the ruler (horizontal or vertical).

    Fields

    LeftAndTop

    Aligns ticks to the left for vertical ruler and top for horizontal ruler.

    Declaration
    public const TickAlignment LeftAndTop
    Field Value
    Type
    TickAlignment

    RightAndBottom

    Aligns ticks to the right for vertical ruler and bottom for horizontal ruler.

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