SetStyleAsync
Description: the method sets the style of the element
Syntax: SetStyleAsync(string cssText)
Return value: no return value
Example:
await element.SetStyleAsync("width: 250px; background-color: #000000;");
Created with the Personal Edition of HelpNDoc: Free EPub producer