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

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

Syntax

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

Field Value

The cover back template.

See Also