Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleLength Structure / IsAbsolute Property

In This Topic
    IsAbsolute Property (C1StyleLength)
    In This Topic
    Returns whether the length is an absolute distance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAbsolute As Boolean
    public bool IsAbsolute {get;}
    See Also