Class TickSetting
Represents the major and minor ticks settings commonly. To customize the ticks, set required properties.
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
System.Double |
Stroke
Gets or sets the brush that describes the Stroke of the Tick.
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
StrokeThickness
Gets or sets the thickness of the tick.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |