File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
source/iNKORE.UI.WPF.Modern Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 33using System . Linq ;
44using System . Text ;
55using System . Threading . Tasks ;
6+ using System . Windows ;
67
78namespace iNKORE . UI . WPF . Modern
89{
@@ -362,5 +363,12 @@ public static partial class ThemeKeys
362363 public static readonly string ToolTipMaxWidthKey = "ToolTipMaxWidth" ;
363364 public static readonly string TreeViewItemPillMinScaleKey = "TreeViewItemPillMinScale" ;
364365 public static readonly string TreeViewItemScaleAnimationDurationKey = "TreeViewItemScaleAnimationDuration" ;
366+
367+ public static readonly string ExpandAnimationDurationKey = "ExpandAnimationDuration" ;
368+ public static readonly string CollapseAnimationDurationKey = "CollapseAnimationDuration" ;
369+
370+ public static readonly string SettingsExpanderChevronToolTipKey = "SettingsExpanderChevronToolTip" ;
371+ public static readonly string SettingsExpanderHeaderPaddingKey = "SettingsExpanderHeaderPadding" ;
372+ public static readonly string SettingsExpanderItemPaddingKey = "SettingsExpanderItemPadding" ;
365373 }
366374}
You can’t perform that action at this time.
0 commit comments