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






Syntax

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