WPF

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

    Show / Hide Table of Contents

    Class TickSetting

    Represents the major and minor ticks settings commonly. To customize the ticks, set required properties.

    Inheritance
    System.Object
    TickSetting
    MajorTickSetting
    MinorTickSetting
    Namespace: Syncfusion.UI.Xaml.Gauges
    Assembly: Syncfusion.SfGauge.WPF.dll
    Syntax
    public class TickSetting : DependencyObject

    Constructors

    TickSetting()

    Initializes a new instance of the TickSetting class.

    Declaration
    public TickSetting()

    Fields

    EndOffsetProperty

    Using a DependencyProperty as the backing store for EndOffset. This enables animation, styling, binding, etc...

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

    LengthProperty

    Using a DependencyProperty as the backing store for Length. This enables animation, styling, binding, etc...

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

    OffsetProperty

    Using a DependencyProperty as the backing store for Offset. This enables animation, styling, binding, etc...

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

    StartOffsetProperty

    Using a DependencyProperty as the backing store for StartOffset. This enables animation, styling, binding, etc...

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

    StrokeProperty

    Using a DependencyProperty as the backing store for Stroke. This enables animation, styling, binding, etc...

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

    StrokeThicknessProperty

    Using a DependencyProperty as the backing store for StrokeThickness. This enables animation, styling, binding, etc...

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

    Properties

    EndOffset

    Gets or sets the end offset position of the ticks. Its range is from 0 to 1.

    Declaration
    public double EndOffset { get; set; }
    Property Value
    Type Description
    System.Double

    Length

    Gets or sets the length of the tick. It is used to customize the ticks length. This is a bindable property.

    Declaration
    public double Length { get; set; }
    Property Value
    Type Description
    System.Double

    Offset

    Gets or sets the tick offset value. It is used to customize tick position based on the offset value. This is a bindable property.

    Declaration
    public double Offset { get; set; }
    Property Value
    Type Description
    System.Double

    StartOffset

    Gets or sets the start offset position of the ticks. Its range is from 0 to 1.

    Declaration
    public double StartOffset { get; set; }
    Property Value
    Type Description
    System.Double

    Stroke

    Gets or sets the brush that describes the Stroke of the Tick.

    Declaration
    public Brush Stroke { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    StrokeThickness

    Gets or sets the thickness of the tick.

    Declaration
    public double StrokeThickness { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved