Class TooltipSetting
Class Implementation of TooltipSetting
Inheritance
System.Object
TooltipSetting
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.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 background color
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
CanAnimate
Gets or sets a value indicating whether Animate
Declaration
public bool CanAnimate { get; set; }
Property Value
Type |
---|
System.Boolean |
Duration
Gets or sets the tooltip duration
Declaration
public int Duration { get; set; }
Property Value
Type |
---|
System.Int32 |
MarginBottom
Gets or sets the margin bottom
Declaration
public float MarginBottom { get; set; }
Property Value
Type |
---|
System.Single |
MarginLeft
Gets or sets the margin left
Declaration
public float MarginLeft { get; set; }
Property Value
Type |
---|
System.Single |
MarginRight
Gets or sets the margin right
Declaration
public float MarginRight { get; set; }
Property Value
Type |
---|
System.Single |
MarginTop
Gets or sets the margin top
Declaration
public float MarginTop { get; set; }
Property Value
Type |
---|
System.Single |
PointerLength
Gets or sets the pointer length
Declaration
public float PointerLength { get; set; }
Property Value
Type |
---|
System.Single |
ShowTooltip
Gets or sets a value indicating whether the ShowTooltip property
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type |
---|
System.Boolean |
StrokeColor
Gets or sets the color for tooltip Stroke
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
StrokeWidth
Gets or sets the tooltip stroke width
Declaration
public float StrokeWidth { get; set; }
Property Value
Type |
---|
System.Single |
TextColor
Gets or sets the color for tooltip text
Declaration
public Color TextColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
TextSize
Gets or sets the font size
Declaration
public float TextSize { get; set; }
Property Value
Type |
---|
System.Single |
TypeFace
Gets or sets the font for tooltip
Declaration
public Typeface TypeFace { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |
ValuePath
Gets or sets the value path
Declaration
public string ValuePath { get; set; }
Property Value
Type |
---|
System.String |
Methods
GetView(Object)
Returns the View for the tooltip
Declaration
public virtual View GetView(object shapeData)
Parameters
Type | Name | Description |
---|---|---|
System.Object | shapeData | The selected shape date |
Returns
Type | Description |
---|---|
Android.Views.View | Returns the tooltip view |