Skip to content

Commit 2bf124e

Browse files
committed
feat: (core/ThemeKeys) add keys for Expander & SettingsExpander resources
1 parent eda35bd commit 2bf124e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/iNKORE.UI.WPF.Modern/ThemeKeys.ThemeResources.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Linq;
44
using System.Text;
55
using System.Threading.Tasks;
6+
using System.Windows;
67

78
namespace 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
}

0 commit comments

Comments
 (0)