Gets or sets the angle of apparent light source, in hundredths of degrees.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property Angle As Integer |
C# | |
---|
public int Angle {get; set;} |
C++/CLI | |
---|
public:
property int Angle {
int get();
void set ( int value);
} |
Property Value
Angle of apparent light source, in hundredths of degrees. Possible values range from -36000 to 36000.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also