Gets or sets the amount of punching intensity.

public int Stress {get; set;}
public int Stress {get; set;}
get_Stress();
set_Stress(value);
public:
property int Stress {
int get();
void set ( int value);
}
'Declaration
Public Property Stress As Integer
'Usage
Dim instance As PunchCommand
Dim value As Integer
instance.Stress = value
value = instance.Stress
Property Value
Amount of punching intensity. This value is ignored when the Value property is less than 0. Valid values range from 0 to 1000.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2