You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,17 @@
2
2
3
3
GuideLine is a powerful library for C# WPF applications that allows developers to create interactive, step-by-step tutorials. Enhance user experience by guiding users through your application with highlighted controls and explanatory dialogs.
-**Highlight Controls**: Draw attention to specific controls while dimming the rest of the application.
8
12
-**Explanatory Dialogs**: Provide contextual information and instructions for each step of the tutorial.
9
13
-**Navigation**: Easily navigate through tutorial steps with options to go to the previous step, next step, or skip the tutorial entirely.
10
14
-**Customization**: Customize the appearance and behavior of the tutorial overlays and dialogs to fit your application’s style.
11
15
12
-
# WIP !!
13
-
14
16
## Getting Started
15
17
16
18
### Prerequisites
@@ -121,6 +123,10 @@ Enable or disable animations using the AnimateDialog property. You can also set
121
123
#### Dialog template
122
124
Here is the default template : [Default GuideLine_Dialog_View template](https://github.com/V4SS3UR/GuideLine/blob/master/GuideLine/WPF/View/GuideLine_Dialog_View.xaml)
0 commit comments