←Select platform

Amount Property

Summary
Gets or sets the amount to change the sharpness. This is a dependency property.
Syntax
C#
VB
C++
public double Amount { get; set; } 
  
Public Property Amount As Double 
public: 
property double Amount { 
   double get(); 
   void set (    double ); 
} 

Property Value

The amount to change the sharpness.Negative sharpness values decrease the sharpness of the image and positive sharpness values increase the sharpness. Default value is 1.

Example

For XAML example, refer to SharpenEffect.

For C#/VB examples, refer to SharpenEffect.

Requirements

Target Platforms

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

Leadtools.Windows.Media.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.