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