Blazor

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

    Show / Hide Table of Contents

    Class GaugeShape

    Specifies the shape of a marker in circular gauge.

    Inheritance
    System.Object
    GaugeShape
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class GaugeShape : Enum

    Fields

    Circle

    Renders a marker shape as circle.

    Declaration
    public const GaugeShape Circle
    Field Value
    Type Description
    GaugeShape

    Diamond

    Renders the marker shape as diamond.

    Declaration
    public const GaugeShape Diamond
    Field Value
    Type Description
    GaugeShape

    Image

    Renders the marker shape as an image.

    Declaration
    public const GaugeShape Image
    Field Value
    Type Description
    GaugeShape

    InvertedTriangle

    Renders the marker shape as inverted triangle.

    Declaration
    public const GaugeShape InvertedTriangle
    Field Value
    Type Description
    GaugeShape

    Rectangle

    Renders the marker shape as rectangle.

    Declaration
    public const GaugeShape Rectangle
    Field Value
    Type Description
    GaugeShape

    Text

    Renders the marker as text.

    Declaration
    public const GaugeShape Text
    Field Value
    Type Description
    GaugeShape

    Triangle

    Renders the marker shape as triangle.

    Declaration
    public const GaugeShape Triangle
    Field Value
    Type Description
    GaugeShape

    value__

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