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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute(RecreateItemsOnDeserialization=True, DiscardEmptyObject=True)>
<DescriptionAttribute("Represents the collection of light sources that are applied to the scene.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<CategoryAttribute("General")>
<NotifyParentPropertyAttribute(True)>
Public ReadOnly Property LightSources As ChartLightSourceCollection
Visual Basic (Usage)Copy Code
Dim instance As ChartLightModelSettings
Dim value As ChartLightSourceCollection
 
value = instance.LightSources
C# 
[ISNet.Serialization.XmlSerializableAttribute(RecreateItemsOnDeserialization=true, DiscardEmptyObject=true)]
[DescriptionAttribute("Represents the collection of light sources that are applied to the scene.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
public ChartLightSourceCollection LightSources {get;}
Delphi 
public read-only property LightSources: ChartLightSourceCollection; 
JScript 
ISNet.Serialization.XmlSerializableAttribute(RecreateItemsOnDeserialization=, DiscardEmptyObject=)
DescriptionAttribute("Represents the collection of light sources that are applied to the scene.")
ISNet.Serialization.BinarySerializableAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
CategoryAttribute("General")
NotifyParentPropertyAttribute()
public function get LightSources : ChartLightSourceCollection
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute(RecreateItemsOnDeserialization=true, DiscardEmptyObject=true)]
[DescriptionAttribute("Represents the collection of light sources that are applied to the scene.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
public: __property ChartLightSourceCollection* get_LightSources();
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute(RecreateItemsOnDeserialization=true, DiscardEmptyObject=true)]
[DescriptionAttribute("Represents the collection of light sources that are applied to the scene.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
public:
property ChartLightSourceCollection^ LightSources {
   ChartLightSourceCollection^ 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.