ExpanderHelper.

SetHeaderDownStyle(UIElement, Style) Method

Summary

Sets the toggle button style used for the ExpandDirection Down.
Namespace
MahApps.Metro.Controls
Containing Type
ExpanderHelper

Syntax

public static void SetHeaderDownStyle(UIElement element, Style value)

Parameters

Name Type Description
element UIElement
value Style

Return Value

Type Description
void