Skip to content

Commit 6bcf479

Browse files
authored
Update README.md
1 parent 853d4a7 commit 6bcf479

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ The following code sample is an example for .NET MAUI Initials View with single
1818
InitialsType="SingleCharacter" >
1919
</sfAvatar:SfAvatarView>
2020
```
21-
21+
22+
![.NET MAUI Initials View with Single Character](https://user-images.githubusercontent.com/97146356/178326105-5acad276-a967-4df9-b054-3c7c97f55c70.png)
23+
2224
### .NET MAUI Double Character Initials View
2325
The .NET MAUI double character initial view can be achieved using the `DoubleCharacter` option of the `InitialsType` property of the SfAvatarView.
2426
The following code sample is an example for .NET MAUI Initials View with double characters.
@@ -30,6 +32,8 @@ The following code sample is an example for .NET MAUI Initials View with double
3032
InitialsType="DoubleCharacter" >
3133
</sfAvatar:SfAvatarView>
3234
```
35+
![.NET MAUI Initials View with Double Character](https://user-images.githubusercontent.com/97146356/178326460-0b8541b4-2113-4c9c-b1c9-1419f7205c3c.png)
36+
3337

3438
## Steps to add .NET MAUI Initials View
3539
This section explains how to create a contact list with initials view with a double character in a .NET MAUI application.
@@ -138,6 +142,10 @@ This will display the Avatar View as Initials View in a circle shape.
138142
</Grid>
139143
```
140144

145+
**Output**
146+
147+
![.NET MAUI Initials View](https://user-images.githubusercontent.com/97146356/178326691-fd68ab78-0fe3-4376-b8cc-8a24f3dcb219.jpg)
148+
141149
You can explore the runnable demo of achieving the .NET MAUI Initials View in this repository
142150

143151

0 commit comments

Comments
 (0)