LinkStyle

Overview

The LinkStyle interface provides access to the associated CSS style sheet of a node.

Location


Properties


sheet

 

property sheet: CSSStyleSheet read;

 

CSSStyleSheet sheet { get; }

 

var sheet: CSSStyleSheet { get{} }

 

CSSStyleSheet sheet { __get; }

 

ReadOnly Property sheet() As CSSStyleSheet