Skip to content

Commit 7f68e2e

Browse files
authored
doc(Logout): add AvatarRadius documentation (dotnetcore#6806)
1 parent 2f01d5a commit 7f68e2e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/BootstrapBlazor.Server/Components/Samples/Logouts.razor.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ private static AttributeItem[] GetAttributes() =>
2121
DefaultValue = " — "
2222
},
2323
new()
24+
{
25+
Name = nameof(Logout.AvatarRadius),
26+
Description = "登出组件当前用户头像圆角半径",
27+
Type = "string",
28+
ValueList = " — ",
29+
DefaultValue = " — "
30+
},
31+
new()
2432
{
2533
Name = nameof(Logout.DisplayName),
2634
Description = "登出组件当前用户显示文字",

0 commit comments

Comments
 (0)