Xamarin.iOS

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

    Show / Hide Table of Contents

    Class TooltipSetting

    The Class implementation of Tooltip setting

    Inheritance
    System.Object
    TooltipSetting
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class TooltipSetting : Object

    Constructors

    TooltipSetting()

    Initializes a new instance of the TooltipSetting class.

    Declaration
    public TooltipSetting()

    Properties

    BackgroundColor

    Gets or sets the color of the background.

    Declaration
    public UIColor BackgroundColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the background.

    CanAnimate

    Gets or sets a value indicating whether this TooltipSetting can animate.

    Declaration
    public bool CanAnimate { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if can animate; otherwise, false.

    Duration

    Gets or sets the duration.

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

    The duration.

    EdgeInsets

    Gets or sets the edge insets.

    Declaration
    public UIEdgeInsets EdgeInsets { get; set; }
    Property Value
    Type Description
    UIKit.UIEdgeInsets

    The edge insets.

    Font

    Gets or sets the font.

    Declaration
    public UIFont Font { get; set; }
    Property Value
    Type Description
    UIKit.UIFont

    The font.

    PointerLength

    Gets or sets the length of the pointer.

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

    The length of the pointer.

    ShowTooltip

    Gets or sets a value indicating whether this TooltipSetting show tooltip.

    Declaration
    public bool ShowTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if show tooltip; otherwise, false.

    StrokeColor

    Gets or sets the color of the stroke.

    Declaration
    public UIColor StrokeColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the stroke.

    StrokeWidth

    Gets or sets the stroke width.

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

    The stroke width.

    TextColor

    Gets or sets the color of the text.

    Declaration
    public UIColor TextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the text.

    ValuePath

    Gets or sets the value path.

    Declaration
    public string ValuePath { get; set; }
    Property Value
    Type Description
    System.String

    The value path.

    Methods

    GetView(Object)

    Gets the view.

    Declaration
    public virtual UIView GetView(object shapeData)
    Parameters
    Type Name Description
    System.Object shapeData

    Shape data.

    Returns
    Type Description
    UIKit.UIView

    The view.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved