backgroundStyleType Enumeration

Viewport background style type.
Members
 
  Member name Description
CubicGradient A cubic color gradient defined by BackgroundSettings.TopColor, BackgroundSettings.IntermediateColor and BackgroundSettings.BottomColor
Image An image
LinearGradient A linear color gradient defined by BackgroundSettings.TopColor and BackgroundSettings.BottomColor
None A solid color defined by Parent background color. In WPF it shows the underlying controls.
Solid A solid color defined by BackgroundSettings.TopColor

In this article

Definition