Skip to content

Commit

Permalink
Add SimpleStackPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Jul 8, 2024
1 parent 5353cb1 commit b545ab0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions source/iNKORE.UI.WPF.Modern/Controls/SimpleStackPanel.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
using iNKORE.UI.WPF.Controls;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SimpleStackPanelBase = iNKORE.UI.WPF.Controls.SimpleStackPanel;

namespace iNKORE.UI.WPF.Modern.Controls
{
[Obsolete("We moved this control, please use iNKORE.UI.WPF.Controls.SimpleStackPanel from iNKORE.UI.WPF instead.")]
public class SimpleStackPanel : SimpleStackPanelBase
{

}
}
1 change: 1 addition & 0 deletions source/iNKORE.UI.WPF.Modern/ThemeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class ThemeManager : DependencyObject
internal const string HighContrastKey = "HighContrast";

public const string XmlNamespace = "http://schemas.inkore.net/lib/ui/wpf/modern";
public const string DocsSiteRoot = "https://docs.inkore.net/ui-wpf-modern";

public const string Link_GithubRepo = "https://github.com/iNKORE-NET/UI.WPF.Modern";
public const string Link_NugetPackage = "https://www.nuget.org/packages/iNKORE.UI.WPF.Modern";
Expand Down

0 comments on commit b545ab0

Please sign in to comment.