UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartDragTooltipStyle - UWP 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.UWP.dll
    Syntax
    public class ChartDragTooltipStyle : DependencyObject

    Constructors

    ChartDragTooltipStyle()

    Declaration
    public ChartDragTooltipStyle()

    Fields

    BackgroundProperty

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    FontFamilyProperty

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    FontSizeProperty

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    FontStyleProperty

    Declaration
    public static readonly DependencyProperty FontStyleProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    ForegroundProperty

    Declaration
    public static readonly DependencyProperty ForegroundProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    Properties

    Background

    Gets or sets the background Brush for dragging tooltip.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    System.Double

    FontStyle

    Gets or sets the font style for dragging tooltip text.

    Declaration
    public FontStyle FontStyle { get; set; }
    Property Value
    Type Description
    Windows.UI.Text.FontStyle

    Foreground

    Gets or sets the Brush for dragging tooltip text.

    Declaration
    public Brush Foreground { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved