Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleLengthKind Enumeration

In This Topic
    C1StyleLengthKind Enumeration
    In This Topic
    The kind of C1StyleLength.
    Syntax
    'Declaration
     
    
    Public Enum C1StyleLengthKind 
       Inherits System.Enum
    public enum C1StyleLengthKind : System.Enum 
    Members
    MemberDescription
    AutoThe browser calculates the length.
    InheritThe length is inherited from the parent element.
    LengthThe length is explicitly specified.
    MaxContentThe browser calculates the length based on the content.
    MinContentThe browser calculates the length based on the content.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Core.C1StyleLengthKind

    See Also