menu

Blazor

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

    Show / Hide Table of Contents

    Class Placement

    Holds slider component's Ticks Placement options.

    Inheritance
    System.Object
    Placement
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Placement : Enum

    Fields

    After

    This is used to rendering tiks element after the slider track.

    Declaration
    public const Placement After
    Field Value
    Type
    Placement

    Before

    This is used to rendering tiks element before the slider track.

    Declaration
    public const Placement Before
    Field Value
    Type
    Placement

    Both

    This is used to rendering tiks element before and after the slider track.

    Declaration
    public const Placement Both
    Field Value
    Type
    Placement

    None

    This enum value will restrict the ticks element rendering.

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