Class TooltipSetting
The Class implementation of Tooltip setting
Inheritance
System.Object
TooltipSetting
Namespace: Syncfusion.SfTreeMap.iOS
Assembly: Syncfusion.SfTreeMap.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. |
Duration
Gets or sets the duration.
Declaration
public int Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | 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. |
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. |
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. |
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. |