Blazor

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

    Show / Hide Table of Contents

    Class Placement

    Defines the placement of the pointer with respect to the axis line in the linear gauge.

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

    Fields

    Center

    Specifies the pointer to be placed at the center of the axis line.

    Declaration
    public const Placement Center
    Field Value
    Type Description
    Placement

    Far

    Specifies the pointer to be placed far from the axis line.

    Declaration
    public const Placement Far
    Field Value
    Type Description
    Placement

    Near

    Specifies the pointer to be placed near the axis line.

    Declaration
    public const Placement Near
    Field Value
    Type Description
    Placement

    None

    Specifies the pointer to be placed at default position.

    Declaration
    public const Placement None
    Field Value
    Type Description
    Placement

    value__

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