Class ThumbStyle
This class used to customize the appearance of the left and right thumb in SfDateTimeRangeNavigator.
Inheritance
Namespace: Syncfusion.RangeNavigator.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ThumbStyle : Element, IThemeElement
Constructors
ThumbStyle()
Initializes a new instance of the ThumbStyle class.
Declaration
public ThumbStyle()
Fields
BackgroundColorProperty
Gets or sets the thumb background color. This is a bindable property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
BorderColorProperty
Gets or sets the thumb border color. This is a bindable property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
BorderWidthProperty
Gets or sets the thumb border width. This is a bindable property.
Declaration
public static readonly BindableProperty BorderWidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
HeightProperty
Gets or sets the thumb height. This is a bindable property.
Declaration
public static readonly BindableProperty HeightProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
LineColorProperty
Gets or sets the thumb line color. This is a bindable property.
Declaration
public static readonly BindableProperty LineColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
LineDashArrayProperty
Gets or sets the dashes of thumb line. This is a bindable property.
Declaration
public static readonly BindableProperty LineDashArrayProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
LineWidthProperty
Gets or sets the thumb line width. This is a bindable property.
Declaration
public static readonly BindableProperty LineWidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
WidthProperty
Gets or sets the thumb width. This is a bindable property.
Declaration
public static readonly BindableProperty WidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
BackgroundColor
Gets or sets the thumb background color.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
BorderColor
Gets or sets the thumb border color.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
BorderWidth
Gets or sets the thumb border width.
Declaration
public double BorderWidth { get; set; }
Property Value
Type |
---|
System.Double |
Height
Gets or sets the thumb height.
Declaration
public float Height { get; set; }
Property Value
Type |
---|
System.Single |
LineColor
Gets or sets the thumb line color.
Declaration
public Color LineColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
LineDashArray
Gets or sets the dashes of thumb line.
Declaration
public double[] LineDashArray { get; set; }
Property Value
Type |
---|
System.Double[] |
LineWidth
Gets or sets the thumb line width.
Declaration
public float LineWidth { get; set; }
Property Value
Type |
---|
System.Single |
Width
Gets or sets the thumb width.
Declaration
public float Width { get; set; }
Property Value
Type |
---|
System.Single |