編集

次の方法で共有


DataGridColumn.RefreshForeground(FrameworkElement, Brush) Method

Definition

Called when the computed foreground of a row changed.

protected internal virtual void RefreshForeground (Microsoft.UI.Xaml.FrameworkElement element, Microsoft.UI.Xaml.Media.Brush computedRowForeground);
abstract member RefreshForeground : Microsoft.UI.Xaml.FrameworkElement * Microsoft.UI.Xaml.Media.Brush -> unit
override this.RefreshForeground : Microsoft.UI.Xaml.FrameworkElement * Microsoft.UI.Xaml.Media.Brush -> unit
Protected Friend Overridable Sub RefreshForeground (element As FrameworkElement, computedRowForeground As Brush)

Parameters

element
Microsoft.UI.Xaml.FrameworkElement
computedRowForeground
Microsoft.UI.Xaml.Media.Brush

Applies to