Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / BackgroundSettings Class / BackgroundSettings Constructor / BackgroundSettings Constructor(backgroundStyleType,Color,Color,Color,Double,Image)
Background style
Bottom color, applies only to gradient styles.
Intermediate color, applies only to gradient styles.
Top color, applies only to gradient styles.
Intermediate color position expressed in percent of viewport height from top.
Image, applies only to gradient style.

In This Topic
    BackgroundSettings Constructor(backgroundStyleType,Color,Color,Color,Double,Image)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal styleMode As backgroundStyleType, _
       ByVal bottomColor As Color, _
       ByVal intermediateColor As Color, _
       ByVal topColor As Color, _
       ByVal intermediateColorPosition As Double, _
       ByVal image As Image _
    )
    public BackgroundSettings( 
       backgroundStyleType styleMode,
       Color bottomColor,
       Color intermediateColor,
       Color topColor,
       double intermediateColorPosition,
       Image image
    )

    Parameters

    styleMode
    Background style
    bottomColor
    Bottom color, applies only to gradient styles.
    intermediateColor
    Intermediate color, applies only to gradient styles.
    topColor
    Top color, applies only to gradient styles.
    intermediateColorPosition
    Intermediate color position expressed in percent of viewport height from top.
    image
    Image, applies only to gradient style.
    See Also