Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Modern styles and controls for your WPF applications

License

NotificationsYou must be signed in to change notification settings

Kinnara/ModernWpf

Repository files navigation

Gitter

Modern styles and controls for your WPF applications.

Features

Overview of controls (light theme)

Quick start

  1. Create a new WPF app.

  2. Install from NuGetInstall-Package ModernWpfUI.

  3. Edit App.xaml to following:

<Application    ...xmlns:ui="http://schemas.modernwpf.com/2019">    <Application.Resources>        <ResourceDictionary>            <ResourceDictionary.MergedDictionaries>                <ui:ThemeResources />                <ui:XamlControlsResources />            </ResourceDictionary.MergedDictionaries>        </ResourceDictionary>    </Application.Resources></Application>
  1. Edit MainWindow.xaml to following:
<Window    ...xmlns:ui="http://schemas.modernwpf.com/2019"    ui:WindowHelper.UseModernWindowStyle="True">    <ui:SimpleStackPanelMargin="12"Spacing="24">        <TextBlockText="My first ModernWPF app"Style="{StaticResource HeaderTextBlockStyle}" />        <ButtonContent="I am a button" />        <ButtonContent="I am an accent button"Style="{StaticResource AccentButtonStyle}" />    </ui:SimpleStackPanel></Window>
  1. Seethe wiki for more information.

Packages

NuGet PackageLatest Versions
ModernWpfUIlatest stable version
latest prerelease version
ModernWpfUI.MahAppslatest stable version
latest prerelease version

Screenshots

Overview of controls (dark theme)

Control palette

Easily customize colors

NumberBox

ContentDialog

DataGrid

ItemsRepeater

Custom title bar

Calendar

Menu

Progress controls

Color ramp

Accent color palette

High contrast mode

About

Modern styles and controls for your WPF applications

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp