HeaderedControlHelper.

SetHeaderForeground(UIElement, Brush) Method

Summary

Sets the value of the Foreground for the header.
Namespace
MahApps.Metro.Controls
Containing Type
HeaderedControlHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(HeaderedContentControl))]
public static void SetHeaderForeground(UIElement element, Brush value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value Brush

Return Value

Type Description
void