Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Thickness Structure
Members


In This Topic
    C1Thickness Structure
    In This Topic
    Describes the thickness of a frame around a rectangle. Four System.Double values describe the C1Thickness.Left, C1Thickness.Top, C1Thickness.Right, and C1Thickness.Bottom sides of the rectangle, respectively.
    Syntax
    'Declaration
     
    
    Public Structure C1Thickness 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As C1Thickness
    public struct C1Thickness : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Android.Core.C1Thickness

    See Also