HeaderedControlHelper.

SetHeaderBackground(UIElement, Brush) Method

Summary

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

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value Brush

Return Value

Type Description
void