HeaderedControlHelper.

SetHeaderFontSize(UIElement, double) Method

Summary

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

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(HeaderedContentControl))]
[AttachedPropertyBrowsableForType(typeof(TabControl))]
public static void SetHeaderFontSize(UIElement element, double value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value double

Return Value

Type Description
void