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


In This Topic
    Position Property (LightSource)
    In This Topic
    A vector which specifies the position of the light source in 3D space.
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("A vector which specifies the position of the light source in 3D space.")>
    Public Property Position As Vector
    'Usage
     
    Dim instance As LightSource
    Dim value As Vector
     
    instance.Position = value
     
    value = instance.Position
    [Category("General")]
    [Description("A vector which specifies the position of the light source in 3D space.")]
    public Vector Position {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