Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Chart Namespace / GridLength Class / IsAbsolute Property

In This Topic
    IsAbsolute Property (GridLength)
    In This Topic
    Returns true if this GridLength instance holds an absolute (pixel) value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAbsolute As Boolean
    public bool IsAbsolute {get;}
    See Also