Skip to content

Commit

Permalink
Update banner.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Aug 31, 2024
1 parent e34aa19 commit 5978220
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ Ho do you like this project so far? If this project is useful to you, please con

You can use the banner in two sources:

- Github URL (1280w): `https://github.com/iNKORE-NET/UI.WPF.Modern/blob/main/assets/images/banners/UI.WPF.Modern_Main_1280w.png?raw=true`
- Github URL (1280w):

- Github URL (2560w): `https://github.com/iNKORE-NET/UI.WPF.Modern/blob/main/assets/images/banners/UI.WPF.Modern_Main_2560w.png?raw=true`
```plaintext
https://github.com/iNKORE-NET/UI.WPF.Modern/blob/main/assets/images/banners/UI.WPF.Modern_Main_1280w.png?raw=true
```

- Github URL (2560w):

```plaintext
https://github.com/iNKORE-NET/UI.WPF.Modern/blob/main/assets/images/banners/UI.WPF.Modern_Main_2560w.png?raw=true
```

- iNKORE.UI.WPF.Modern Built-in: `ThemeManager.BannerUri_1280w`

Expand Down Expand Up @@ -42,4 +50,6 @@ In your WPF application, you can use the `ui:ThemeManager.BannerUri_1280w` attac

## Remarks

We strongly recommend you to add the banner image as a LINK in your project, instead of downloading the image and adding it to your repository. This way, you will always have the latest version of the banner.
We strongly recommend you to add the banner image as a LINK in your project, instead of downloading the image and adding it to your repository. This way, you will always have the latest version of the banner.

The built-in banner URI is only available in the 0.10.0 version of the library and later.

0 comments on commit 5978220

Please sign in to comment.