Represents the style attribute for an HTML tag.
style
Creates a new TagStyle instance.
TagStyle
Optional
The initial value of the style.
Private
Readonly
The value of the style.
Returns the number of style properties.
The number of style properties.
Removes all style properties.
Gets a style property.
The name of the property.
The value of the property.
Checks whether the style contains a property.
true if the style contains the property, otherwise false.
true
false
Removes a style property.
Sets a style property.
Returns a string representation of the style.
A string representation of the style.
Generated using TypeDoc
Represents the
style
attribute for an HTML tag.