HeaderedControlHelper.

SetHeaderVerticalContentAlignment(UIElement, VerticalAlignment) Method

Summary

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

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value VerticalAlignment

Return Value

Type Description
void