GetStyleAsync

Parent Previous Next

GetStyleAsync

Description: the method returns the style of the element from the specified property

Syntax: GetStyleAsync(string property)

Return value: string


Example:

string style = await element.GetStyleAsync("width");

Created with the Personal Edition of HelpNDoc: Generate Kindle eBooks with ease