Class ThumbStyle
Represents the ThumbStyle class.
Inheritance
System.Object
ThumbStyle
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ThumbStyle : DependencyObject
Constructors
ThumbStyle()
Declaration
public ThumbStyle()
Fields
LineStyleProperty
The DependencyProperty for LineStyle property.
Declaration
public static readonly DependencyProperty LineStyleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SymbolTemplateProperty
The DependencyProperty for SymbolTemplate property.
Declaration
public static readonly DependencyProperty SymbolTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
LineStyle
Gets or sets the style for the thumb line.
Declaration
public Style LineStyle { get; set; }
Property Value
Type |
---|
System.Windows.Style |
SymbolTemplate
Gets or sets the data template for the symbol.
Declaration
public DataTemplate SymbolTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | System.Windows.DataTemplate |