Class MapTooltipInfo
Represents the MapTooltipInfo class.
Inheritance
System.Object
MapTooltipInfo
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Maui.Maps
Assembly: Syncfusion.Maui.Maps.dll
Syntax
public class MapTooltipInfo : Object, INotifyPropertyChanged
Constructors
MapTooltipInfo()
Initializes a new instance of the MapTooltipInfo class.
Declaration
public MapTooltipInfo()
Properties
Background
Gets the background brush of tooltip.
Declaration
public Brush Background { get; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
DataItem
Gets data value of tooltip.
Declaration
public object DataItem { get; }
Property Value
Type |
---|
System.Object |
Padding
Gets the padding of tooltip text.
Declaration
public Thickness Padding { get; }
Property Value
Type |
---|
Microsoft.Maui.Thickness |
TextStyle
Gets the map text style to customize the appearance of tooltip text
Declaration
public MapLabelStyle TextStyle { get; }
Property Value
Type |
---|
MapLabelStyle |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged