ExpanderHelper.

SetExpandStoryboard(UIElement, Storyboard) Method

Summary

Helper for setting ExpandStoryboardProperty on element. If the Storyboard is set, the expanded event applies this to the inner grid.
Namespace
MahApps.Metro.Controls
Containing Type
ExpanderHelper

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

Type Description
void