ComponentOne FlexReport for UWP
Line Constructor(Double,Color,DashStyle)

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.
Initializes a new instance of the Line class.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As System.Double, _
   ByVal color As Windows.UI.Color, _
   ByVal style As DashStyle _
)
public Line( 
   System.double width,
   Windows.UI.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

Reference

Line Class
Line Members
Overload List