Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge.BulletGraph Namespace / BulletGraphBorder Class / BulletGraphBorder Constructor / BulletGraphBorder Constructor(Color,Double,C1GaugeBorderStyle)
Border color.
Border thickness.
Border style.

In This Topic
    BulletGraphBorder Constructor(Color,Double,C1GaugeBorderStyle)
    In This Topic
    Initializes a new instance of the BulletGraphBorder class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As System.Drawing.Color, _
       ByVal thickness As System.Double, _
       ByVal style As C1GaugeBorderStyle _
    )
    public BulletGraphBorder( 
       System.Drawing.Color color,
       System.double thickness,
       C1GaugeBorderStyle style
    )

    Parameters

    color
    Border color.
    thickness
    Border thickness.
    style
    Border style.
    See Also