Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Thickness Structure
Properties Methods

In This Topic
    C1Thickness Structure Members
    In This Topic

    The following tables list the members exposed by C1Thickness.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the width, in pixels, of the lower side of the bounding rectangle.  
    Public PropertyGets whether the thickness is uniform.  
    Public PropertyGets whether the thickness is zero in all edges.  
    Public PropertyGets or sets the width, in pixels, of the left side of the bounding rectangle.  
    Public PropertyGets or sets the width, in pixels, of the right side of the bounding rectangle.  
    Public PropertyGets or sets the width, in pixels, of the upper side of the bounding rectangle.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.  
    Public MethodDetermines whether the specified System.Object, is equal to this instance.  
    Public MethodReturns a hash code for this instance.  
    Public MethodGets a string representation of C1Thickness  
    Top
    Public Operators
    Compares two C1Thickness structures for equality.
    Overloaded. Casting operator to convert a double into a uniform C1Thickness.
    Compares two C1Thickness structures for inequality.
    Top
    See Also