GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.6.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / BarHeight Property

In This Topic
    BarHeight Property (C1GanttView)
    In This Topic
    Gets or sets the height of task bar.
    Syntax
    'Declaration
     
    Public Property BarHeight As Double
    public double BarHeight {get; set;}
    Remarks
    If AdaptiveBarHeight property is set to true, return value is calculated according to the font settings.
    See Also