mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-12 11:55:24 +08:00
5 lines
281 B
C#
5 lines
281 B
C#
<div>
|
|
<Progress StrokeLinecap=ProgressStrokeLinecap.Square Percent=75 />
|
|
<Progress StrokeLinecap=ProgressStrokeLinecap.Square Type=ProgressType.Circle Percent=75 />
|
|
<Progress StrokeLinecap=ProgressStrokeLinecap.Square Type=ProgressType.Dashboard Percent=75 />
|
|
</div> |