public int ShadeAngle {get; set;}
'Declaration
Public Property ShadeAngle As Integer
'Usage
Dim instance As BricksTextureCommand
Dim value As Integer
instance.ShadeAngle = value
value = instance.ShadeAngle
public int ShadeAngle {get; set;}
get_ShadeAngle();
set_ShadeAngle(value);
Object.defineProperty('ShadeAngle');
public:
property int ShadeAngle {
int get();
void set ( int value);
}
Property 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.