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






Syntax

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