Blazor

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

    Show / Hide Table of Contents

    Class TooltipPosition

    Specifies the tooltip position for the range or pointer in linear gauge.

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

    Fields

    Center

    Specifies the tooltip for the range or pointer to be placed at the center of the element.

    Declaration
    public const TooltipPosition Center
    Field Value
    Type Description
    TooltipPosition

    End

    Specifies the tooltip for the range or pointer to be placed at the end of the element.

    Declaration
    public const TooltipPosition End
    Field Value
    Type Description
    TooltipPosition

    Start

    Specifies the tooltip for the range or pointer to be placed at the start of the element.

    Declaration
    public const TooltipPosition Start
    Field Value
    Type Description
    TooltipPosition

    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