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 |
---|---|---|
Header |
static
|
|
Header |
static
|
|
Header |
static
|
|
Header |
static
|
Methods
Name | Value | Summary |
---|---|---|
GetHeaderDownStyle |
Style |
Gets the toggle button style used for the ExpandDirection Down.
static
|
GetHeaderLeftStyle |
Style |
Gets the toggle button style used for the ExpandDirection Left.
static
|
GetHeaderRightStyle |
Style |
Gets the toggle button style used for the ExpandDirection Right.
static
|
GetHeaderUpStyle |
Style |
Gets the toggle button style used for the ExpandDirection Up.
static
|
SetHeaderDownStyle |
void |
Sets the toggle button style used for the ExpandDirection Down.
static
|
SetHeaderLeftStyle |
void |
Sets the toggle button style used for the ExpandDirection Left.
static
|
SetHeaderRightStyle |
void |
Sets the toggle button style used for the ExpandDirection Right.
static
|
SetHeaderUpStyle |
void |
Sets the toggle button style used for the ExpandDirection Up.
static
|