HeaderedControlHelper.

SetHeaderMargin(UIElement, Thickness) Method

Summary

Sets or sets the outer margin for the header.
Namespace
MahApps.Metro.Controls
Containing Type
HeaderedControlHelper

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value Thickness

Return Value

Type Description
void