Class TickSettings
Represents tick settings. To render ticks, create an instance of TickSettings class, and set required properties.
Inheritance
Namespace: Syncfusion.SfGauge.XForms
Assembly: Syncfusion.SfGauge.XForms.dll
Syntax
public class TickSettings : Element, IThemeElement
Constructors
TickSettings()
Initializes a new instance of the TickSettings class and Represents the TickSettings.
Declaration
public TickSettings()
Fields
ColorProperty
Gets or sets the tick color in the circular gauge. It cutomizes the tick colors of the circular scale. This is a bindable property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
EndOffsetProperty
Gets or sets the end offset property of ticks for the circular gauge. It customizes the end position of ticks in a circular scale.
Declaration
public static readonly BindableProperty EndOffsetProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
LengthProperty
Gets or sets tick length in the circular gauge. It customizes the ticks length of the circular scale. This is a bindable property.
Declaration
public static readonly BindableProperty LengthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
OffsetProperty
Gets or sets the tick offset value of the circular gauge. It customizes the position of ticks for the circular scale. This is a bindable property.
Declaration
public static readonly BindableProperty OffsetProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StartOffsetProperty
Gets or sets the start offset for ticks of the circular gauge. It customizes the start position of ticks. This is a bindable property.
Declaration
public static readonly BindableProperty StartOffsetProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ThicknessProperty
Gets or sets the tick thickness in the circular gauge. It draws the ticks based on the thickness of scale. This is a bindable property.
Declaration
public static readonly BindableProperty ThicknessProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Color
Gets or sets the tick color in the circular gauge. It cutomizes the ticks colors of the circular scale.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
EndOffset
Gets or sets the end offset for ticks of the circular gauge. It customizes the end position of ticks for a circular scale.
Declaration
public double EndOffset { get; set; }
Property Value
Type |
---|
System.Double |
Length
Gets or sets the tick length in the circular gauge. It customizes the tick length of the circular scale.
Declaration
public double Length { get; set; }
Property Value
Type |
---|
System.Double |
Offset
Gets or sets the tick offset value of the circular gauge. It customizes the position of ticks for the circular scale.
Declaration
public double Offset { get; set; }
Property Value
Type |
---|
System.Double |
StartOffset
Gets or sets the start offset value for ticks in the circular gauge. It customizes the start position of ticks for the circular scale.
Declaration
public double StartOffset { get; set; }
Property Value
Type |
---|
System.Double |
Thickness
Gets or sets the tick thickness in the circular gauge. It draws the ticks based on the thickness of scale.
Declaration
public double Thickness { get; set; }
Property Value
Type |
---|
System.Double |