BackgroundSettings(backgroundStyleType, Color, Color, Color, Double, ImageSource, colorThemeType, Double) Constructor

Standard constructor.
Public Sub New( _ 
ByVal styleMode As backgroundStyleType, _ 
ByVal bottomColor As Color, _ 
ByVal intermediateColor As Color, _ 
ByVal topColor As Color, _ 
ByVal intermediateColorPosition As Double, _ 
ByVal image As ImageSource, _ 
ByVal colorTheme As colorThemeType, _ 
ByVal colorThemeTransparency As Double
)
This language is not supported or no code example is available.
public BackgroundSettings( 
backgroundStyleType styleMode
Color bottomColor
Color intermediateColor
Color topColor
double intermediateColorPosition
ImageSource image
colorThemeType colorTheme
double colorThemeTransparency 
)
This language is not supported or no code example is available.

Parameters

styleMode
backgroundStyleType

Background style

bottomColor
Color

Bottom color, applies only to gradient styles.

intermediateColor
Color

Intermediate color, applies only to gradient styles.

topColor
Color

Top color, applies only to gradient styles.

intermediateColorPosition
double

Intermediate color position expressed in percent of viewport height from top.

image
ImageSource

Image, applies only to gradient style.

colorTheme
colorThemeType

Color theme

colorThemeTransparency
double

Color theme transparency

.NET Framework

Supported in: 4.8

In this article

Definition