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






Gets or sets a value that controls the type of the specified light source.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Selects between positional and directional light source.")>
Public Property LightSourceType As LightSourceType
Visual Basic (Usage)Copy Code
Dim instance As ChartLightSourceSettings
Dim value As LightSourceType
 
instance.LightSourceType = value
 
value = instance.LightSourceType
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Selects between positional and directional light source.")]
public LightSourceType LightSourceType {get; set;}
Delphi 
public read-write property LightSourceType: LightSourceType; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Selects between positional and directional light source.")
public function get,set LightSourceType : LightSourceType
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Selects between positional and directional light source.")]
public: __property LightSourceType get_LightSourceType();
public: __property void set_LightSourceType( 
   LightSourceType value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Selects between positional and directional light source.")]
public:
property LightSourceType LightSourceType {
   LightSourceType get();
   void set (    LightSourceType value);
}

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.