Summary
Helper for setting
ExpandStoryboardProperty on
element.
If the Storyboard is set, the expanded event applies this to the inner grid.
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(Expander))]
public static void SetExpandStoryboard(UIElement element, Storyboard value)
Attributes
| Type |
Description |
| Category |
|
| AttachedPropertyBrowsableForType |
|
Parameters
| Name |
Type |
Description |
| element |
UIElement |
UIElement to set ExpandStoryboardProperty on. |
| value |
Storyboard |
ExpandStoryboard property value. |
Return Value