DataGrid.VerticalGridLinesBrush Propriedade

Definição

Apanha ou define o pincel que é usado para desenhar as linhas verticais da grelha.

public:
 property System::Windows::Media::Brush ^ VerticalGridLinesBrush { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush VerticalGridLinesBrush { get; set; }
member this.VerticalGridLinesBrush : System.Windows.Media.Brush with get, set
Public Property VerticalGridLinesBrush As Brush

Valor de Propriedade

O pincel usado para desenhar as linhas verticais da grelha no DataGrid. O padrão registado é um preto SolidColorBrush. Para mais informações sobre o que pode influenciar o valor, veja DependencyProperty.

Observações

Linhas verticais de grelha separam as colunas no DataGrid. Esta propriedade não tem efeito se a GridLinesVisibility propriedade estiver definida como Horizontal ou None.

Aplica-se a

Ver também