ImageGear .NET - Updated
Exponent Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorLightSource Class : Exponent Property
Gets or sets a spotlight exponent of the light source.
Syntax
'Declaration
 
Public Property Exponent As Single
'Usage
 
Dim instance As ImGearVectorLightSource
Dim value As Single
 
instance.Exponent = value
 
value = instance.Exponent
public float Exponent {get; set;}
public: __property float get_Exponent();
public: __property void set_Exponent( 
   float value
);
public:
property float Exponent {
   float get();
   void set (    float value);
}

Property Value

Floating-point value in the range of 0...128.
Remarks
The default value is 128.
See Also

Reference

ImGearVectorLightSource Class
ImGearVectorLightSource Members