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 |
Description |
Android.Graphics.Color |
|
Height
Declaration
public float Height { get; set; }
Property Value
Type |
Description |
System.Single |
|
LineColor
Declaration
public Color LineColor { get; set; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
LinePathEffect
Declaration
public PathEffect LinePathEffect { get; set; }
Property Value
Type |
Description |
Android.Graphics.PathEffect |
|
LineWidth
Declaration
public float LineWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
StrokeColor
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
StrokeWidth
Declaration
public float StrokeWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
Width
Declaration
public float Width { get; set; }
Property Value
Type |
Description |
System.Single |
|