Blazor

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

    Show / Hide Table of Contents

    Class TickAlignment

    Specifies the Tick Alignment for the ruler.

    Inheritance
    System.Object
    TickAlignment
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class TickAlignment : Enum
    Examples
    <SfDiagram Height="600px">
        <DiagramRulerSettings ShowRulers = "true" >
        <HorizontalRuler TickAlignment="TickAlignment.RightOrBottom"></HorizontalRuler>
        </DiagramRulerSettings>
    </SfDiagram>

    Fields

    LeftOrTop

    Sets the TickAlignment to LeftOrTop.

    Declaration
    public const TickAlignment LeftOrTop
    Field Value
    Type Description
    TickAlignment

    RightOrBottom

    Sets the TickAlignment to RightOrBottom.

    Declaration
    public const TickAlignment RightOrBottom
    Field Value
    Type Description
    TickAlignment

    value__

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