←Select platform

Stress Property

Summary

Gets or sets an integer that represents the amount of the blur intensity.

Syntax
C#
VB
C++
public int Stress { get; set; } 
  
Public Property Stress As Integer 
public: 
property int Stress { 
   int get(); 
   void set (    int ); 
} 

Property Value

An integer that represents the amount of the blur intensity. Valid values are range in between 1 and 100.

Example

Refer to RadialBlurCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly