ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1BulletGraph Class / SetStyle Method

In This Topic
    SetStyle Method (C1BulletGraph)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetStyle( _
       ByVal flag As System.Windows.Forms.ControlStyles, _
       ByVal value As System.Boolean _
    ) 
    protected void SetStyle( 
       System.Windows.Forms.ControlStyles flag,
       System.bool value
    )

    Parameters

    flag
    value
    See Also