Xceed Chart for WinForms v4.4 Documentation
Direction Property


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > LightSource Class : Direction Property
A vector which specifies the direction of the light source.
Syntax
'Declaration
 
<CategoryAttribute("General")>
<DescriptionAttribute("A vector which specifies the direction of the light source.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public Property Direction As Vector
'Usage
 
Dim instance As LightSource
Dim value As Vector
 
instance.Direction = value
 
value = instance.Direction
[Category("General")]
[Description("A vector which specifies the direction of the light source.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public Vector Direction {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

Reference

LightSource Class
LightSource Members