Table of Contents
Name Property

The name of the style.

Syntax
 public String Name { get; set; }
Remarks

A style must have a name in order to be added into an AcmStyleSheet. An AcmContent can reference a style in its own or its parent content's StyleSheet by setting its StyleName property.

See Also