Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Angle Property (ShadowCommand)








Gets or sets a value indicating the direction of the light source producing the shadow.
Syntax
public ShadowCommandAngle Angle {get; set;}
'Declaration
 
Public Property Angle As ShadowCommandAngle
'Usage
 
Dim instance As ShadowCommand
Dim value As ShadowCommandAngle
 
instance.Angle = value
 
value = instance.Angle
public ShadowCommandAngle Angle {get; set;}

            

            
 
get_Angle();
set_Angle(value);
Object.defineProperty('Angle');
public:
property ShadowCommandAngle Angle {
   ShadowCommandAngle get();
   void set (    ShadowCommandAngle value);
}

Property Value

Angle value indicating the direction of the light source producing the shadow.
Example
Refer to ShadowCommand.
Requirements

Target Platforms

See Also

Reference

ShadowCommand Class
ShadowCommand Members

Error processing SSI file