Class TooltipStyle
This class used to customize the appearance of the left and right tooltip in SfDateTimeRangeNavigator.
Inheritance
Namespace: Syncfusion.RangeNavigator.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class TooltipStyle : Element, IThemeElement
Constructors
TooltipStyle()
Initializes a new instance of the TooltipStyle class.
Declaration
public TooltipStyle()
Fields
BackgroundColorProperty
Gets or sets the background color of the tooltip label. This is a bindable property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
BorderColorProperty
Gets or sets the border color of the tooltip label. This is a bindable property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
BorderWidthProperty
Gets or sets the border width of the tooltip label. This is a bindable property.
Declaration
public static readonly BindableProperty BorderWidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontAttributesProperty
Gets or sets the font attributes of tooltip label. This is a bindable property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontFamilyProperty
Gets or sets the font family of tooltip label. This is a bindable property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontSizeProperty
Gets or sets the font size of tooltip label. This is a bindable property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
MarginProperty
Gets or sets the margin of the tooltip label. This is a bindable property.
Declaration
public static readonly BindableProperty MarginProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TextColorProperty
Gets or sets the text color of the tooltip label. This is a bindable property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
BackgroundColor
Gets or sets the background color of the tooltip label.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
BorderColor
Gets or sets the border color of the tooltip label.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
BorderWidth
Gets or sets the border width of the tooltip label.
Declaration
public double BorderWidth { get; set; }
Property Value
Type |
---|
System.Double |
FontAttributes
Gets or sets the font attributes of tooltip label.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Type |
---|
Xamarin.Forms.FontAttributes |
FontFamily
Gets or sets the font family of tooltip label.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Gets or sets the font size of tooltip label.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
Margin
Gets or sets the margin of the tooltip label.
Declaration
public Thickness Margin { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Thickness |
TextColor
Gets or sets the text color of the tooltip label.
Declaration
public Color TextColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |