menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TooltipStyle - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TooltipStyle

    Inheritance
    System.Object
    TooltipStyle
    Namespace: Com.Syncfusion.Rangenavigator
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class TooltipStyle : Object

    Constructors

    TooltipStyle()

    Declaration
    public TooltipStyle()

    Properties

    BackgroundColor

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    MarginBottom

    Declaration
    public float MarginBottom { get; set; }
    Property Value
    Type
    System.Single

    MarginLeft

    Declaration
    public float MarginLeft { get; set; }
    Property Value
    Type
    System.Single

    MarginRight

    Declaration
    public float MarginRight { get; set; }
    Property Value
    Type
    System.Single

    MarginTop

    Declaration
    public float MarginTop { get; set; }
    Property Value
    Type
    System.Single

    StrokeColor

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    StrokeWidth

    Declaration
    public float StrokeWidth { get; set; }
    Property Value
    Type
    System.Single

    TextColor

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    TextSize

    Declaration
    public float TextSize { get; set; }
    Property Value
    Type
    System.Single

    Typeface

    Declaration
    public Typeface Typeface { get; set; }
    Property Value
    Type
    Android.Graphics.Typeface
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved