Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleLinearGradientDirection Structure / C1StyleLinearGradientDirection Constructor
The angle of the gradient in degrees.

In This Topic
    C1StyleLinearGradientDirection Constructor
    In This Topic
    Initializes a new instance of the C1StyleLinearGradientDirection struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal angle As Double _
    )
    public C1StyleLinearGradientDirection( 
       double angle
    )

    Parameters

    angle
    The angle of the gradient in degrees.
    See Also