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

In This Topic
    C1Size Structure Members
    In This Topic

    The following tables list the members exposed by C1Size.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1Size structure and assigns it an initial width and height.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets a value that represents a static empty C1Size.  
    Public PropertyGets or sets the height.  
    Public PropertyGets a value indicating whether this instance is empty.  
    Public PropertyGets or sets the width.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares an object to an instance of C1Size for equality.  
    Public MethodReturns a hash code for this instance.  
    Public MethodReturns a System.String that represents this instance.  
    Top
    Public Operators
    Compares two instances of C1Size for equality.
    Compares two instances of C1Size for inequality.
    Top
    See Also