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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the color of the global ambient light.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property GlobalAmbientLight As Color
Visual Basic (Usage)Copy Code
Dim instance As ChartLightModelSettings
Dim value As Color
 
instance.GlobalAmbientLight = value
 
value = instance.GlobalAmbientLight
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the color of the global ambient light.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public Color GlobalAmbientLight {get; set;}
Delphi 
public read-write property GlobalAmbientLight: Color; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DefaultValueAttribute()
DescriptionAttribute("Specifies the color of the global ambient light.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set GlobalAmbientLight : Color
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the color of the global ambient light.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property Color get_GlobalAmbientLight();
public: __property void set_GlobalAmbientLight( 
   Color value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the color of the global ambient light.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property Color GlobalAmbientLight {
   Color get();
   void set (    Color 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.