Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Thickness - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.Single

    Left

    Gets or sets the Left thickness

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

    Right

    Gets or sets the Right thickness

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

    Top

    Gets or sets the Top thickness

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