File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 7
7
![ image] ( https://github.com/user-attachments/assets/7551e1f0-01b0-49b7-8824-64b14957aad7 )
8
8
9
9
10
- ``` cs
11
- dotnet add package Vapolia .StrokedLabel
12
-
13
- builder .UseStrokedLabelBehavior ();
14
- ```
15
-
16
10
[ nuget-link ] : https://www.nuget.org/packages/Vapolia.StrokedLabel/
17
11
[ nuget-img ] : https://img.shields.io/nuget/v/Vapolia.StrokedLabel
18
12
@@ -22,7 +16,11 @@ Platforms:
22
16
23
17
# Quick start
24
18
25
- Add the above nuget package to your Maui project
19
+ Add the above nuget package to your Maui project
20
+ ``` cs
21
+ dotnet add package Vapolia .StrokedLabel
22
+ ```
23
+
26
24
then add this line to your maui app builder:
27
25
28
26
``` c#
@@ -31,10 +29,6 @@ using Vapolia.StrokedLabels;
31
29
builder .UseStrokedLabelBehavior ();
32
30
```
33
31
34
- # Examples
35
-
36
- See the SampleApp in this repo.
37
-
38
32
# Usage
39
33
40
34
Declare the namespace:
@@ -68,6 +62,10 @@ Apply the behavior through a style:
68
62
</StackLayout >
69
63
```
70
64
65
+ # Examples
66
+
67
+ See the SampleApp in this repo.
68
+
71
69
# Limitations
72
70
73
71
This behavior is working only with the Label's ` Text ` property. It does not work with the ` FormattedText ` property (nor ` Span ` s).
You can’t perform that action at this time.
0 commit comments