Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1BookItem Class / IsTransparent Property

In This Topic
    IsTransparent Property
    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 C1Book.ShowOuterShadows should be false when using transparent pages.
    See Also