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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ The following code sample is an example for .NET MAUI Initials View with single
18
18
InitialsType="SingleCharacter" >
19
19
</sfAvatar:SfAvatarView>
20
20
```
21
-
21
+
22
+

23
+
22
24
### .NET MAUI Double Character Initials View
23
25
The .NET MAUI double character initial view can be achieved using the `DoubleCharacter` option of the `InitialsType` property of the SfAvatarView.
24
26
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
30
32
InitialsType="DoubleCharacter" >
31
33
</sfAvatar:SfAvatarView>
32
34
```
35
+

36
+
33
37
34
38
## Steps to add .NET MAUI Initials View
35
39
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.
0 commit comments