# Page Shadows

## Content



The [C1Book](/componentone/api/wpf/online-extended/dotnet-framework-api/C1.WPF.Extended.4.6.2/C1.WPF.Extended.C1Book.html) control includes shadows that give the control a three-dimensional appearance. The control includes inner and outer shadows. Inner shadows appear in the center of the book, and behind the right page when turning. Outer shadows appear around the outside of the control and behind the left page when turning. For example, the following image illustrates inner and outer shadows:

![](https://cdn.mescius.io/document-site-files/images/babf1807-69aa-4d8a-96b6-d6c6d9325368/page_x0020_shadows_files/image001.png)

If you do not want shadows to be displayed, you can change their visibility by setting the [C1Book.ShowInnerShadows](/componentone/api/wpf/online-extended/dotnet-framework-api/C1.WPF.Extended.4.6.2/C1.WPF.Extended.C1Book.ShowInnerShadows.html) and [C1Book.ShowOuterShadows](/componentone/api/wpf/online-extended/dotnet-framework-api/C1.WPF.Extended.4.6.2/C1.WPF.Extended.C1Book.ShowOuterShadows.html) properties to **False**.