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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The type of the light source.")>
Public Property LightSourceType As LightSourceType
Visual Basic (Usage)Copy Code
Dim instance As ChartLightingImageFilterSettings
Dim value As LightSourceType
 
instance.LightSourceType = value
 
value = instance.LightSourceType
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The type of the light source.")]
public LightSourceType LightSourceType {get; set;}
Delphi 
public read-write property LightSourceType: LightSourceType; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
CategoryAttribute("Appearance")
DescriptionAttribute("The type of the light source.")
public function get,set LightSourceType : LightSourceType
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The type of the light source.")]
public: __property LightSourceType get_LightSourceType();
public: __property void set_LightSourceType( 
   LightSourceType value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The type of the 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.