UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThumbStyle - UWP API Reference | Syncfusion ThumbStyle class. ">

    Show / Hide Table of Contents

    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 Description
    Windows.UI.Xaml.DependencyProperty

    SymbolTemplateProperty

    The DependencyProperty for SymbolTemplate property.

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

    Properties

    LineStyle

    Gets or sets the style for the thumb line.

    Declaration
    public Style LineStyle { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Style

    SymbolTemplate

    Gets or sets the data template for the symbol.

    Declaration
    public DataTemplate SymbolTemplate { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.DataTemplate

    Extension Methods

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