Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Chart Namespace / GridLength Class / GridLength Constructor / GridLength Constructor(Double)
Specifies the number of 'device-independent pixels'

In This Topic
    GridLength Constructor(Double)
    In This Topic
    Constructor, initializes the GridLength as absolute value in pixels.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pixels As Double _
    )
    public GridLength( 
       double pixels
    )

    Parameters

    pixels
    Specifies the number of 'device-independent pixels'
    See Also