ant-design-blazor/site/AntDesign.Docs/Demos/Components/Progress/demo/Linecap.razor
2021-02-06 20:15:46 +08:00

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>