←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly