WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstToolTipBehavior - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SunburstToolTipBehavior

    Represents a content control that display a information about focused element.

    Inheritance
    System.Object
    SunburstBehavior
    SunburstToolTipBehavior
    Inherited Members
    SunburstBehavior.OnMouseLeftButtonUp(MouseButtonEventArgs)
    SunburstBehavior.OnMouseLeftButtonDown(MouseButtonEventArgs)
    Namespace: Syncfusion.UI.Xaml.SunburstChart
    Assembly: Syncfusion.SfSunburstChart.WPF.dll
    Syntax
    public class SunburstToolTipBehavior : SunburstBehavior

    Constructors

    SunburstToolTipBehavior()

    Initializes a new instance of the SunburstToolTipBehavior class.

    Declaration
    public SunburstToolTipBehavior()

    Fields

    AnimationDurationProperty

    The DependencyProperty for AnimationDuration property.

    Declaration
    public static readonly DependencyProperty AnimationDurationProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    EnableAnimationProperty

    The DependencyProperty for EnableAnimation property.

    Declaration
    public static readonly DependencyProperty EnableAnimationProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HorizontalAlignmentProperty

    The DependencyProperty for HorizontalAlignment property.

    Declaration
    public static readonly DependencyProperty HorizontalAlignmentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HorizontalOffsetProperty

    The DependencyProperty for HorizontalOffset property.

    Declaration
    public static readonly DependencyProperty HorizontalOffsetProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    InitialShowDelayProperty

    The DependencyProperty for InitialShowDelay property.

    Declaration
    public static readonly DependencyProperty InitialShowDelayProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    MarginProperty

    The DependencyProperty for Margin property.

    Declaration
    public static readonly DependencyProperty MarginProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ShowDurationProperty

    The DependencyProperty for ShowDuration property.

    Declaration
    public static readonly DependencyProperty ShowDurationProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ShowToolTipProperty

    The DependencyProperty for ShowToolTip property.

    Declaration
    public static readonly DependencyProperty ShowToolTipProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ToolTipTemplateProperty

    The DependencyProperty for ToolTipTemplate property.

    Declaration
    public static readonly DependencyProperty ToolTipTemplateProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    VerticalAlignmentProperty

    The DependencyProperty for VerticalAlignment property.

    Declaration
    public static readonly DependencyProperty VerticalAlignmentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    VerticalOffsetProperty

    The DependencyProperty for VerticalOffset property.

    Declaration
    public static readonly DependencyProperty VerticalOffsetProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    AnimationDuration

    Gets or sets the timeline of ToolTip animation.

    Declaration
    public int AnimationDuration { get; set; }
    Property Value
    Type Description
    System.Int32

    EnableAnimation

    Gets or sets a value indicating whether ToolTip should be animated.

    Declaration
    public bool EnableAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    HorizontalAlignment

    Gets or sets the HorizontalAlignment to the ToolTip.

    Declaration
    public HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.HorizontalAlignment

    HorizontalOffset

    Gets or sets the horizontal offset value.

    Declaration
    public int HorizontalOffset { get; set; }
    Property Value
    Type Description
    System.Int32

    InitialShowDelay

    Gets or sets the initial delay duration of the ToolTip.

    Declaration
    public int InitialShowDelay { get; set; }
    Property Value
    Type Description
    System.Int32

    Margin

    Gets or sets the margin to the ToolTip.

    Declaration
    public Thickness Margin { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    ShowDuration

    Gets or sets the visibility duration of the ToolTip.

    Declaration
    public int ShowDuration { get; set; }
    Property Value
    Type Description
    System.Int32

    ShowToolTip

    Gets or sets a value indicating whether ToolTip is enabled.

    Declaration
    public bool ShowToolTip { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToolTipTemplate

    Gets or sets the data template for the ToolTip.

    Declaration
    public DataTemplate ToolTipTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    VerticalAlignment

    Gets or sets the VerticalAlignment to the ToolTip.

    Declaration
    public VerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.VerticalAlignment

    VerticalOffset

    Gets or sets the vertical offset value.

    Declaration
    public int VerticalOffset { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    OnMouseLeave(MouseEventArgs)

    Called when the mouse was exited from the chart.

    Declaration
    protected override void OnMouseLeave(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    Event args.

    Overrides
    SunburstBehavior.OnMouseLeave(MouseEventArgs)

    OnMouseMove(MouseEventArgs)

    Called when the mouse was moved in the chart.

    Declaration
    protected override void OnMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    Event args.

    Overrides
    SunburstBehavior.OnMouseMove(MouseEventArgs)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved