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






Gets or sets the spot exponent specifies the intensity distribution of a spot light.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<CategoryAttribute("Spotlight")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("The spot exponent specifies the intensity distribution of a spot light. ")>
Public Property SpotExponent As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartLightSourceSettings
Dim value As Single
 
instance.SpotExponent = value
 
value = instance.SpotExponent
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Spotlight")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("The spot exponent specifies the intensity distribution of a spot light. ")]
public float SpotExponent {get; set;}
Delphi 
public read-write property SpotExponent: Single; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
CategoryAttribute("Spotlight")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("The spot exponent specifies the intensity distribution of a spot light. ")
public function get,set SpotExponent : float
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Spotlight")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("The spot exponent specifies the intensity distribution of a spot light. ")]
public: __property float get_SpotExponent();
public: __property void set_SpotExponent( 
   float value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Spotlight")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("The spot exponent specifies the intensity distribution of a spot light. ")]
public:
property float SpotExponent {
   float get();
   void set (    float 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.