Table of Contents
Style Property

Gets the AcmStyle object associated to this AcmContent object.

Syntax
 public AcmStyle Style { get; }
Remarks

Set properties on the returned AcmStyle object to customize the appearance of this content. See content styles for more details.

See Also