menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolTipPlacement - API Reference

    Show / Hide Table of Contents

    Class ToolTipPlacement

    Contains the values for the ToolTipPlacement enumeration that determines the placement of the tool tip representation.

    Inheritance
    System.Object
    ToolTipPlacement
    Namespace: Com.Syncfusion.Sfrangeslider
    Assembly: Syncfusion.SfRangeSlider.Android.dll
    Syntax
    public sealed class ToolTipPlacement : Enum

    Fields

    BottomRight

    Displays the tool tip at bottom and right side for vertical and horizontal orientation respectively.

    Declaration
    public const ToolTipPlacement BottomRight
    Field Value
    Type Description
    ToolTipPlacement

    None

    Don't shows the tool tip.

    Declaration
    public const ToolTipPlacement None
    Field Value
    Type Description
    ToolTipPlacement

    TopLeft

    Displays the tool tip at top and left side for vertical and horizontal orientation respectively.

    Declaration
    public const ToolTipPlacement TopLeft
    Field Value
    Type Description
    ToolTipPlacement

    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