Class Thickness
Thickness of stroke frame.
Inheritance
System.Object
    Thickness
  Namespace: Syncfusion.Android.ProgressBar
Assembly: Syncfusion.SfProgressBar.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 | Padding 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 | Left side padding.  | 
      
| System.Single | top | Top side padding.  | 
      
| System.Single | right | Right side padding.  | 
      
| System.Single | bottom | Bottom side padding.  | 
      
Properties
Bottom
Gets or sets the bottom side padding.
Declaration
public float Bottom { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | The bottom.  | 
      
Left
Gets or sets the left side padding.
Declaration
public float Left { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | The left.  | 
      
Right
Gets or sets the right side padding.
Declaration
public float Right { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | The right.  | 
      
Top
Gets or sets the top side padding.
Declaration
public float Top { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | The top.  |