ItemHelper.

SetActiveSelectionForegroundBrush(UIElement, Brush) Method

Summary

Sets the brush the foreground brush which will be used for the active selected item (if the keyboard focus is within).
Namespace
MahApps.Metro.Controls
Containing Type
ItemHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(ListBoxItem))]
[AttachedPropertyBrowsableForType(typeof(TreeViewItem))]
public static void SetActiveSelectionForegroundBrush(UIElement element, Brush value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value Brush

Return Value

Type Description
void