2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
CSS stylesThe CSS styles available in the string can be loaded into the html document with the help of LoadCSSFromString(string) method. These styles are being applied to the document at runtime when needed. C# string css = "BODY{background-color:orange;}"; this.htmluiControl1.LoadCSSFromString(css);
VB Private css As String = "BODY{background-color:orange;}" Me.htmluiControl1.LoadCSSFromString(css)
Reference link: https://help.syncfusion.com/windowsforms/html-viewer/style-sheets-css |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.