menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartDragTooltipStyle - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartDragTooltipStyle

    Represents the class for configuring dragging tooltip Style.

    Inheritance
    System.Object
    ChartDragTooltipStyle
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartDragTooltipStyle : DependencyObject

    Constructors

    ChartDragTooltipStyle()

    Declaration
    public ChartDragTooltipStyle()

    Fields

    BackgroundProperty

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FontFamilyProperty

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FontSizeProperty

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FontStyleProperty

    Declaration
    public static readonly DependencyProperty FontStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ForegroundProperty

    Declaration
    public static readonly DependencyProperty ForegroundProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Background

    Gets or sets the background Brush for dragging tooltip.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    FontFamily

    Gets or sets the font family for dragging tooltip text.

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type
    System.Windows.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
    System.Windows.FontStyle

    Foreground

    Gets or sets the Brush for dragging tooltip text.

    Declaration
    public Brush Foreground { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved