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 |
|---|---|---|
| Collapse |
The DependencyProperty for the
Expander' CollapseStoryboard property.
If the Storyboard is set, the collapsed event applies this to the inner grid.
static
|
|
| Expand |
The DependencyProperty for the
Expander' ExpandStoryboard property.
If the Storyboard is set, the expanded event applies this to the inner grid.
static
|
|
| Header |
static
|
|
| Header |
static
|
|
| Header |
static
|
|
| Header |
static
|
Methods
| Name | Value | Summary |
|---|---|---|
| Get |
Storyboard |
Helper for getting
CollapseStoryboardProperty from element.
If the Storyboard is set, the collapsed event applies this to the inner grid.
static
|
| GetExpandStoryboard |
Storyboard |
Helper for getting
ExpandStoryboardProperty from element.
If the Storyboard is set, the expanded event applies this to the inner grid.
static
|
| 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
|
| Set |
void |
Helper for setting
CollapseStoryboardProperty on element.
If the Storyboard is set, the collapsed event applies this to the inner grid.
static
|
| SetExpandStoryboard |
void |
Helper for setting
ExpandStoryboardProperty on element.
If the Storyboard is set, the expanded event applies this to the inner grid.
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
|
