Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThumbStyle

    Show / Hide Table of Contents

    Class ThumbStyle

    This class used to customize the appearance of the left and right thumb in SfDateTimeRangeNavigator.

    Inheritance
    System.Object
    ThumbStyle
    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 Description
    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 Description
    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 Description
    Xamarin.Forms.BindableProperty

    HeightProperty

    Gets or sets the thumb height. This is a bindable property.

    Declaration
    public static readonly BindableProperty HeightProperty
    Field Value
    Type Description
    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 Description
    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 Description
    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 Description
    Xamarin.Forms.BindableProperty

    WidthProperty

    Gets or sets the thumb width. This is a bindable property.

    Declaration
    public static readonly BindableProperty WidthProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    BackgroundColor

    Gets or sets the thumb background color.

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    BorderColor

    Gets or sets the thumb border color.

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    BorderWidth

    Gets or sets the thumb border width.

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

    Height

    Gets or sets the thumb height.

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single

    LineColor

    Gets or sets the thumb line color.

    Declaration
    public Color LineColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    LineDashArray

    Gets or sets the dashes of thumb line.

    Declaration
    public double[] LineDashArray { get; set; }
    Property Value
    Type Description
    System.Double[]

    LineWidth

    Gets or sets the thumb line width.

    Declaration
    public float LineWidth { get; set; }
    Property Value
    Type Description
    System.Single

    Width

    Gets or sets the thumb width.

    Declaration
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved