ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellPresenter Class / TopLineBrush Property

In This Topic
    TopLineBrush Property (DataGridCellPresenter)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to paint the top line.
    Syntax
    'Declaration
     
    
    Public Property TopLineBrush As Brush
    public Brush TopLineBrush {get; set;}
    See Also