←Select platform

Stress Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public int Stress { get; set; } 
  
Public Property Stress As Integer 
public int Stress {get; set;} 
  
get_Stress(); 
set_Stress(value); 
Object.defineProperty('Stress');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly