Hi Lawrence,
Thanks for contacting Syncfusion support.
We can achieve your requirement with help of existing property of button PrefixIcon, SuffixIcon. By setting e-icon class following with your image class name to this API, can get the required images with button control. Please refer the below code example
@Html.EJ().Button("button").ContentType(ContentType.ImageOnly).PrefixIcon("e-icon preImage").SuffixIcon("suffixImage").Size(ButtonSize.Mini) |
.preImage {
background-image: url('../../Content/Email.png');
background-size:24px;
} |
Also, this property supports the built icon library which is available in EJ themes. To know more about this please refer the below link
Regards,
Sasikala Nagarajan