LinkStyle
Overview
The LinkStyle interface provides access to the associated CSS style sheet of a node.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
sheet
property sheet: CSSStyleSheet read;
CSSStyleSheet sheet { get; }
var sheet: CSSStyleSheet { get{} }
CSSStyleSheet sheet { __get; }
ReadOnly Property sheet() As CSSStyleSheet