ImageGear .NET - Updated November 28, 2017
Fade Property




ImageGear23.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearSpotlight Class : Fade Property
Gets or sets value that specifies how soon the light fades, depending on the distance from the spotlight. Value of 0 corresponds to no fading, greater values result in sooner fading. Reasonable values are in range 0...4.
Syntax
'Declaration
 
Public Property Fade As Double
 
'Usage
 
Dim instance As ImGearSpotlight
Dim value As Double
 
instance.Fade = value
 
value = instance.Fade

Property Value

Double value.
See Also

Reference

ImGearSpotlight Class
ImGearSpotlight Members