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






Gets the object chat controls the position of the specified light source in 3D space.

Syntax

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