Class LinearScaleTick
Represents the ticks in the linear scale. To render this, create an instance of the LinearScaleTick class, and set required properties. Represents the ticks in the linear scale. To render this, create an instance of the LinearScaleTick class, and set required properties.
Inheritance
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.WPF.dll
Syntax
public class LinearScaleTick : Control
Constructors
LinearScaleTick()
Initializes a new instance of the LinearScaleTick class.
Declaration
public LinearScaleTick()
Fields
TickLengthProperty
using a DependencyProperty as backing store for TickLength. This enables animation,styling,binding,etc...
Declaration
public static readonly DependencyProperty TickLengthProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
TickPositionProperty
Using a DependencyProperty as the backing store for TickPosition. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TickPositionProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
TickStrokeProperty
using a DependencyProperty as backing store for TickStroke. This enables animation,styling,binding,etc...
Declaration
public static readonly DependencyProperty TickStrokeProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
TickStrokeThicknessProperty
Using a DependencyProperty as the backing store for TickStrokeThickness. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TickStrokeThicknessProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
TickTemplateProperty
Using a DependencyProperty as the backing store for TickTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TickTemplateProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Properties
TickLength
Gets or sets the length of ticks in the linear scale.
Declaration
public double TickLength { get; set; }
Property Value
| Type |
|---|
| System.Double |
TickPosition
Gets or sets the position to arrange ticks in linear scale.
Declaration
public LinearTicksPosition TickPosition { get; set; }
Property Value
| Type |
|---|
| LinearTicksPosition |
TickStroke
Gets or sets the stroke of ticks in the linear scale.
Declaration
public Brush TickStroke { get; set; }
Property Value
| Type |
|---|
| System.Windows.Media.Brush |
TickStrokeThickness
Gets or sets the thickness of ticks in the linear scale.
Declaration
public double TickStrokeThickness { get; set; }
Property Value
| Type |
|---|
| System.Double |
TickTemplate
Gets or sets the template for customizing the Tick.
Declaration
public DataTemplate TickTemplate { get; set; }
Property Value
| Type |
|---|
| System.Windows.DataTemplate |