Intersoft WebGrid Documentation
Direction Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartLightSourceSettings Class : Direction Property






Gets the object that controls the direction of the specified light source.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("General")>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("A vector which specifies the direction of the light source.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute("setDirection")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public ReadOnly Property Direction As ChartVector3DValue
Visual Basic (Usage)Copy Code
Dim instance As ChartLightSourceSettings
Dim value As ChartVector3DValue
 
value = instance.Direction
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("A vector which specifies the direction of the light source.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setDirection")]
[ISNet.Serialization.XmlSerializableAttribute()]
public ChartVector3DValue Direction {get;}
Delphi 
public read-only property Direction: ChartVector3DValue; 
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("General")
NotifyParentPropertyAttribute()
DescriptionAttribute("A vector which specifies the direction of the light source.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute("setDirection")
ISNet.Serialization.XmlSerializableAttribute()
public function get Direction : ChartVector3DValue
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("A vector which specifies the direction of the light source.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setDirection")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property ChartVector3DValue* get_Direction();
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("A vector which specifies the direction of the light source.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setDirection")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property ChartVector3DValue^ Direction {
   ChartVector3DValue^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.