Property used to indicate when a C1BookItem contains transparent parts.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public bool IsTransparent { get; set; }
Visual Basic
Public Property IsTransparent As Boolean
	Get
	Set

Remarks

Note that ShowOuterShadows should be false when using transparent pages.

See Also