Class ThumbStyle
Represents the ThumbStyle class.
Inheritance
System.Object
ThumbStyle
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.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 |
---|
Windows.UI.Xaml.DependencyProperty |
SymbolTemplateProperty
The DependencyProperty for SymbolTemplate property.
Declaration
public static readonly DependencyProperty SymbolTemplateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
LineStyle
Gets or sets the style for the thumb line.
Declaration
public Style LineStyle { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Style |
SymbolTemplate
Gets or sets the data template for the symbol.
Declaration
public DataTemplate SymbolTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |