Summary
Helper for getting
OnSelectedTabChangedProperty
from
element.
If the property is set to true, the transition is triggered again when the SelectionChanged event of a TabControl was raised.
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(MetroContentControl))]
[AttachedPropertyBrowsableForType(typeof(TransitioningContentControl))]
public static bool GetOnSelectedTabChanged(UIElement element)
Attributes
Type |
Description |
Category |
|
AttachedPropertyBrowsableForType |
|
AttachedPropertyBrowsableForType |
|
Parameters
Return Value
Type |
Description |
bool |
OnSelectedTabChanged property value. |