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


In This Topic
    Shadow Property (ChartText)
    In This Topic
    The shadow applied on this text.
    Syntax
    'Declaration
     
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("Controls the text shadow.")>
    Public Property Shadow As Shadow
    'Usage
     
    Dim instance As ChartText
    Dim value As Shadow
     
    instance.Shadow = value
     
    value = instance.Shadow
    [Category("Appearance")]
    [Description("Controls the text shadow.")]
    public Shadow Shadow {get; set;}
    Remarks
    You must only use solid and gaussian blur shadow types.
    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