Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridLength Structure / IsAbsolute Property

In This Topic
    IsAbsolute Property (GridLength)
    In This Topic
    Gets whether or not the GridUnitType of the GridLength is GridUnitType.Absolute.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAbsolute As Boolean
    public bool IsAbsolute {get;}
    See Also