
Defines the kind of view to display the page background. The settings have only effect, if the ViewMode property has been set to PageView.
Introduced: 14.0.
[C#]
public BackgroundStyle BackgroundStyle { get; set; }
[Visual Basic]
Public Property BackgroundStyle() As BackgroundStyle
| Value | Description | |
| ColorScheme | The page background colors depend on the color scheme currently set through the system or on the colors set with the DisplayColors property. | |
| ClassicColors | The page background color is dark gray. |