Gets or sets the amount to change the sharpness.
public int Sharpness {get; set;}
'Declaration
Public Property Sharpness As Integer
'Usage
Dim instance As SharpenActivity
Dim value As Integer
instance.Sharpness = value
value = instance.Sharpness
public:
property int Sharpness {
int get();
void set ( int value);
}
Property Value
The amount to change the sharpness. Valid values range from -1000 to +1000. Negative sharpness values decrease the sharpness of the image. Specify -1000 for minimum sharpness. Positive sharpness values increase the sharpness. Specify +1000 for maximum sharpness.