Class BlurTool
Performs an interactive blur filter in the image editor.
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class BlurTool : ImageEditorTool, INotifyPropertyChanged
Constructors
BlurTool()
Declaration
public BlurTool()
Properties
Value
Gets or sets the current strength of the blur filter. Changing this property is previewed immediately in the image editor. The default value of 0 preserves the original sharpness of the image. Values above 0 increase the blur filter strength.
Declaration
public double Value { get; set; }
Property Value
System.Double
|