HeaderedControlHelper.

SetHeaderHorizontalContentAlignment(UIElement, HorizontalAlignment) Method

Summary

Sets the horizontal alignment of the header.
Namespace
MahApps.Metro.Controls
Containing Type
HeaderedControlHelper

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value HorizontalAlignment

Return Value

Type Description
void