Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / Shadow Class / Color Property


In This Topic
    Color Property (Shadow)
    In This Topic
    Specifies the color of the shadow
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("Specifies the color of the shadow")>
    Public Property Color As Color
    'Usage
     
    Dim instance As Shadow
    Dim value As Color
     
    instance.Color = value
     
    value = instance.Color
    [Category("General")]
    [Description("Specifies the color of the shadow")]
    public Color Color {get; set;}
    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