Gets or sets the angle, in degrees.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ShadeAngle As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BricksTextureCommand
Dim value As Integer
instance.ShadeAngle = value
value = instance.ShadeAngle
|
C# | |
---|
public int ShadeAngle {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_ShadeAngle();
public: __property void set_ShadeAngle(
int value
); |
C++/CLI | |
---|
public:
property int ShadeAngle {
int get();
void set (int value);
} |
Return Value
Angle, in degrees, that identifies from which side the light will hit the brick edges, resulting in a brightening of the opposite angle edges, and the darkening of the other edges. Valid range is from 0 to 360.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also