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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DescriptionAttribute("Enables/disables local viewpoint lighting. The local viewpoint lighting controls the way OpenGL calculates specular reflection angles.")>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property LocalViewpointLighting As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartLightModelSettings
Dim value As Boolean
 
instance.LocalViewpointLighting = value
 
value = instance.LocalViewpointLighting
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Enables/disables local viewpoint lighting. The local viewpoint lighting controls the way OpenGL calculates specular reflection angles.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public bool LocalViewpointLighting {get; set;}
Delphi 
public read-write property LocalViewpointLighting: Boolean; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DescriptionAttribute("Enables/disables local viewpoint lighting. The local viewpoint lighting controls the way OpenGL calculates specular reflection angles.")
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set LocalViewpointLighting : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Enables/disables local viewpoint lighting. The local viewpoint lighting controls the way OpenGL calculates specular reflection angles.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property bool get_LocalViewpointLighting();
public: __property void set_LocalViewpointLighting( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Enables/disables local viewpoint lighting. The local viewpoint lighting controls the way OpenGL calculates specular reflection angles.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property bool LocalViewpointLighting {
   bool get();
   void set (    bool 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.