Class ThumbStyle
Inheritance
System.Object
ThumbStyle
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ThumbStyle : Object
Constructors
ThumbStyle()
Declaration
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
Height
Declaration
public float Height { get; set; }
Property Value
LineColor
Declaration
public Color LineColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
LinePathEffect
Declaration
public PathEffect LinePathEffect { get; set; }
Property Value
Type |
Android.Graphics.PathEffect |
LineWidth
Declaration
public float LineWidth { get; set; }
Property Value
StrokeColor
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
StrokeWidth
Declaration
public float StrokeWidth { get; set; }
Property Value
Width
Declaration
public float Width { get; set; }
Property Value