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






Gets or sets the ambient color emitted by the specified light source.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<CategoryAttribute("Emission")>
<DescriptionAttribute("The ambient color emitted by this light source. ")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Ambient As Color
Visual Basic (Usage)Copy Code
Dim instance As ChartLightSourceSettings
Dim value As Color
 
instance.Ambient = value
 
value = instance.Ambient
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Emission")]
[DescriptionAttribute("The ambient color emitted by this light source. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public Color Ambient {get; set;}
Delphi 
public read-write property Ambient: Color; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
CategoryAttribute("Emission")
DescriptionAttribute("The ambient color emitted by this light source. ")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set Ambient : Color
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Emission")]
[DescriptionAttribute("The ambient color emitted by this light source. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property Color get_Ambient();
public: __property void set_Ambient( 
   Color value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Emission")]
[DescriptionAttribute("The ambient color emitted by this light source. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property Color Ambient {
   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.