Table of Contents
StyleSheet Property

Gets or sets the style sheet.

Syntax
 public AcmStyleSheet StyleSheet { get; set; }
Remarks

Set this property to provide a style sheet for this content and all child contents. This property works together with StyleName to automatically apply a style on the content. See Style & Stylesheet for more details.

See Also