ExpanderHelper Class

Summary

A helper class that provides various attached properties for the Expander control. Expander
Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["ExpanderHelper"] class Type type-node

Syntax

public static class ExpanderHelper

Fields

Name Constant Value Summary
HeaderDownStyleProperty
static
HeaderLeftStyleProperty
static
HeaderRightStyleProperty
static
HeaderUpStyleProperty
static

Methods

Name Value Summary
GetHeaderDownStyle(UIElement) Style
Gets the toggle button style used for the ExpandDirection Down.
static
GetHeaderLeftStyle(UIElement) Style
Gets the toggle button style used for the ExpandDirection Left.
static
GetHeaderRightStyle(UIElement) Style
Gets the toggle button style used for the ExpandDirection Right.
static
GetHeaderUpStyle(UIElement) Style
Gets the toggle button style used for the ExpandDirection Up.
static
SetHeaderDownStyle(UIElement, Style) void
Sets the toggle button style used for the ExpandDirection Down.
static
SetHeaderLeftStyle(UIElement, Style) void
Sets the toggle button style used for the ExpandDirection Left.
static
SetHeaderRightStyle(UIElement, Style) void
Sets the toggle button style used for the ExpandDirection Right.
static
SetHeaderUpStyle(UIElement, Style) void
Sets the toggle button style used for the ExpandDirection Up.
static