Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / FillEffect Class / BeginColor Property


In This Topic
    BeginColor Property
    In This Topic
    The starting color of a gradient or pattern. The default value is white.
    Syntax
    'Declaration
     
    Public Property BeginColor As Color
    'Usage
     
    Dim instance As FillEffect
    Dim value As Color
     
    instance.BeginColor = value
     
    value = instance.BeginColor
    public Color BeginColor {get; set;}
    Remarks
    This color is used as the start color for a gradient when the Type property is FillEffectType.Gradient and as the foreground color of a pattern when the Type property is FillEffectType.Pattern.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also