Microsoft.VisualStudio.R.Package.DataInspect.MatrixView.OnGridLinesBrushPropertyChanged C# (CSharp) Méthode

OnGridLinesBrushPropertyChanged() private méthode

private OnGridLinesBrushPropertyChanged ( System.Windows.Media.Brush gridLineBrush ) : void
gridLineBrush System.Windows.Media.Brush
Résultat void
        private void OnGridLinesBrushPropertyChanged(Brush gridLineBrush) {
            Data.SetGridLineBrush(gridLineBrush);

            Refresh();
        }

Same methods

MatrixView::OnGridLinesBrushPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void