Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1BookItem Class / IsTransparent Property

In This Topic
    IsTransparent Property (C1BookItem)
    In This Topic
    Property used to indicate when a C1BookItem contains transparent parts.
    Syntax
    'Declaration
     
    
    Public Property IsTransparent As Boolean
    public bool IsTransparent {get; set;}
    Remarks
    Note that ShowOuterShadows should be false when using transparent pages.
    See Also