Class ChartDragTooltipStyle
Represents the class for configuring dragging tooltip Style.
Inheritance
System.Object
ChartDragTooltipStyle
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public class ChartDragTooltipStyle : DependencyObject
Constructors
ChartDragTooltipStyle()
Declaration
public ChartDragTooltipStyle()
Fields
BackgroundProperty
The DependencyProperty for Background property.
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
FontFamilyProperty
The DependencyProperty for FontFamily property.
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
FontSizeProperty
The DependencyProperty for FontSize property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
FontStyleProperty
The DependencyProperty for FontStyle property.
Declaration
public static readonly DependencyProperty FontStyleProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
ForegroundProperty
The DependencyProperty for Foreground property.
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
Properties
Background
Gets or sets the background Brush for dragging tooltip.
Declaration
public Brush Background { get; set; }
Property Value
| Type |
|---|
| Windows.UI.Xaml.Media.Brush |
FontFamily
Gets or sets the font family for dragging tooltip text.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
| Type |
|---|
| Windows.UI.Xaml.Media.FontFamily |
FontSize
Gets or sets the font size for dragging tooltip text.
Declaration
public double FontSize { get; set; }
Property Value
| Type |
|---|
| System.Double |
FontStyle
Gets or sets the font style for dragging tooltip text.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
| Type |
|---|
| Windows.UI.Text.FontStyle |
Foreground
Gets or sets the Brush for dragging tooltip text.
Declaration
public Brush Foreground { get; set; }
Property Value
| Type |
|---|
| Windows.UI.Xaml.Media.Brush |