Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / GridLinesBrush Property

In This Topic
    GridLinesBrush Property
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.Brush object used to draw grid lines. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Brushes")>
    Public Property GridLinesBrush As Brush
    [C1Category("Brushes")]
    public Brush GridLinesBrush {get; set;}
    See Also