Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / LightSource Class / Specular Property


In This Topic
    Specular Property (LightSource)
    In This Topic
    The specular color emitted by this light source.
    Syntax
    'Declaration
     
    <CategoryAttribute("Emission")>
    <DescriptionAttribute("The specular color emitted by this light source. ")>
    Public Property Specular As Color
    'Usage
     
    Dim instance As LightSource
    Dim value As Color
     
    instance.Specular = value
     
    value = instance.Specular
    [Category("Emission")]
    [Description("The specular color emitted by this light source. ")]
    public Color Specular {get; set;}
    Remarks
    Unlike ambient light, specular light comes from a particular direction and bounces off the surfaces in the 3D scene in a preferred direction.
    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