Property used to indicate when a C1BookItem contains transparent parts.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool IsTransparent { get; set; }
Visual Basic
Public Property IsTransparent As Boolean
	Get
	Set
XAML Attribute Usage
<object IsTransparent="bool" .../>

Remarks

Note that ShowOuterShadows should be false when using transparent pages.

This is a dependency property.

See Also