HtmlAttributeCollectionSetStyle(String, String) Method
Set the value of the specified style.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void SetStyle(
string styleName,
string styleValue
)
Public Sub SetStyle (
styleName As String,
styleValue As String
)
No code example is currently available or this language may not be supported.
Parameters
- styleName String
-
Name of the style to set.
- styleValue String
-
Value of the style.