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

In This Topic
    C1StyleLength Structure Members
    In This Topic

    The following tables list the members exposed by C1StyleLength.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1StyleLength struct.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the auto length.  
    Public Propertystatic (Shared in Visual Basic)Gets the 100% length.  
    Public Propertystatic (Shared in Visual Basic)Gets the "inherit" length.  
    Public PropertyReturns whether the length is an absolute distance.  
    Public PropertyGets the kind of length.  
    Public Propertystatic (Shared in Visual Basic)Gets the max-content length.  
    Public Propertystatic (Shared in Visual Basic)Gets the min-content length.  
    Public PropertyGets the unit in which the length is expressed.  
    Public PropertyGets the amount of Unit.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Parses the text and returns a length.  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Tries to parse the specified text and returns the value in the length parameter.  
    Top
    Public Operators
    Compares two C1StyleLength structures for equality.
    Overloaded. Casting operator to convert a double into a C1StyleLength. The unit assigned is pixels.
    Compares two C1StyleLength structures for inequality.
    Top
    See Also