Visual Basic (Declaration) | |
---|---|
Public Property Stress As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Stress {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_Stress(); public: __property void set_Stress( int value ); |
XAML Attributes Usage | |
---|---|
<object Stress =int > |
Dependency Property Information | |
---|---|
Identifier field | StressProperty |
Metadata properties set to true | None |
Return Value
Amount of punching intensity. This value is ignored when the Value property is less than 0. Valid values range from 0 to 1000.For XAML example, refer to PunchCommandBitmapEffect.
For C#/VB examples, refer to PunchCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003