FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Line Class / Line Constructor / Line Constructor(Double,Color,DashStyle)
The value of Width property.
The value of Color property.
The value of Style property.

In This Topic
    Line Constructor(Double,Color,DashStyle)
    In This Topic
    Initializes a new instance of the Line class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Double, _
       ByVal color As Color, _
       ByVal style As DashStyle _
    )
    public Line( 
       double width,
       Color color,
       DashStyle style
    )

    Parameters

    width
    The value of Width property.
    color
    The value of Color property.
    style
    The value of Style property.
    See Also