[]
        
(Showing Draft Content)

C1.Win.Themes.ThemeBackgroundType

ThemeBackgroundType Enum

Represents the theme background type.

Namespace: C1.Win.Themes
Assembly: C1.Win.Themes.8.dll
Syntax
public enum ThemeBackgroundType

Fields

Name Description
All

Any type of background.

Gradient

Background with any gradient.

GradientColor

Background with gradient of more than one color.

GradientMode

Background with any gradient mode.

LinearGradient

Background with linear gradient.

MultiColorGradient

Background with multi-color gradient.

MultiColorLinear

Background with linear gradient or multi-color gradient.

MultiColorRadial

Background with radial gradient or multi-color gradient.

None

The type is not specified.

RadialGradient

Background with radial gradient.

Solid

Solid background of one color.

TwoColorGradient

Background with gradient of two colors.

TwoColorLinear

Background with linear gradient or gradient of two color.

TwoColorRadial

Background with radial gradient or gradient of two color.