menu

WPF

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

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved