Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed May 16, 2024
1 parent 1cde894 commit 1f62d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 11
# Themes


A control can have several style modes ([xtd::forms::flat_style](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__forms.html#ga7cc15a089c6b538cb469caa2e9aba1a1):
A control can have several style modes ([xtd::forms::flat_style](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__forms.html#ga7cc15a089c6b538cb469caa2e9aba1a1)):
* [xtd::forms::flat_style::system](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__forms.html#ga7cc15a089c6b538cb469caa2e9aba1a1) : The control is native and therefore cannot adapt to the theme defined in the application ([xtd::forms::application::style_sheet]([https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1forms_1_1application.html#a1f6e9deecce51a698af2bab30d31f600)).
* [xtd::forms::flat_style::standard](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__forms.html#ga7cc15a089c6b538cb469caa2e9aba1a1) : The control will adapt to the theme defined in the application ([xtd::forms::application::style_sheet]([https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1forms_1_1application.html#a1f6e9deecce51a698af2bab30d31f600)) with the standard style.
* [xtd::forms::flat_style::flat](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__forms.html#ga7cc15a089c6b538cb469caa2e9aba1a1) : The control will adapt to the theme defined in the application ([xtd::forms::application::style_sheet]([https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1forms_1_1application.html#a1f6e9deecce51a698af2bab30d31f600)) but with the flat style.
Expand Down

0 comments on commit 1f62d42

Please sign in to comment.