Hi Dave,
We
can achieve your reported requirement by using the CSS style as
shown in the code below.
[Index.razor]:
|
@using Syncfusion.Blazor.Buttons
<SfButton CssClass="e-link">Link</SfButton>
<style>
.e-btn.e-link {
color: red !important;
text-decoration-style: dotted !important;
}
</style>
|
Could
you please check the above link and get back to us, if you need any further
assistance on this.
Regards,
YuvanShankar
A