←Select platform

Stress Property

Summary

Gets or sets a value 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

A value that represents the amount of the blur intensity. Only positive values are accepted.

Example

Refer to ZoomBlurCommand.

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