Class Thickness
Thickness of stroke frame.
Inheritance
System.Object
Thickness
Namespace: Syncfusion.SfSunburstChart.Android
Assembly: Syncfusion.SfSunburstChart.Android.dll
Syntax
public sealed class Thickness : ValueType
Constructors
Thickness(Single)
Initializes a new instance of the Thickness struct.
Declaration
public Thickness(float data)
Parameters
Type | Name | Description |
---|---|---|
System.Single | data | To get the data |
Thickness(Single, Single, Single, Single)
Initializes a new instance of the Thickness struct.
Declaration
public Thickness(float left, float top, float right, float bottom)
Parameters
Type | Name | Description |
---|---|---|
System.Single | left | To get the left data |
System.Single | top | To get the top data |
System.Single | right | To get the right data |
System.Single | bottom | To get the bottom data |
Properties
Bottom
Gets or sets the bottom thickness
Declaration
public float Bottom { get; set; }
Property Value
Type |
---|
System.Single |
Left
Gets or sets the Left thickness
Declaration
public float Left { get; set; }
Property Value
Type |
---|
System.Single |
Right
Gets or sets the Right thickness
Declaration
public float Right { get; set; }
Property Value
Type |
---|
System.Single |
Top
Gets or sets the Top thickness
Declaration
public float Top { get; set; }
Property Value
Type |
---|
System.Single |