Gets or sets the template that will be used for front side of the cover.

Namespace:  C1.Web.iPhone.C1CoverFlow
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public ITemplate FrontCoverContent { get; set; }
Visual Basic
Public Property FrontCoverContent As ITemplate
	Get
	Set

Field Value

The cover front template.

See Also