Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / SchedulerGroupItem Class / BorderBrush Property

In This Topic
    BorderBrush Property
    In This Topic
    Gets or sets the System.Windows.Media.Brush objects which should be used as background color for UI, representing the SchedulerGroupItem object. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property BorderBrush As Brush
    public Brush BorderBrush {get; set;}
    See Also