GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / GetPredefinedBarStyle Method

In This Topic
    GetPredefinedBarStyle Method (C1GanttView)
    In This Topic
    Returns a copy of the built-in BarStyle for the specified bar type.
    Syntax
    'Declaration
     
    Public Function GetPredefinedBarStyle( _
       ByVal barType As BarType _
    ) As BarStyle
    public BarStyle GetPredefinedBarStyle( 
       BarType barType
    )

    Parameters

    barType
    See Also