Class FinetuneEventArgs
Provides the information about the FinetuneValueChanging event callback.
Inheritance
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class FinetuneEventArgs : Object
Constructors
FinetuneEventArgs()
Declaration
public FinetuneEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the finetune action should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Finetune
Gets the type of finetuning to be applied to an image in the SfImageEditor.
Declaration
public ImageFinetuneOption Finetune { get; set; }
Property Value
Type | Description |
---|---|
ImageFinetuneOption | An ImageFinetuneOption enumeration that represents the available fine-tune options, such as Brightness, Contrast, Hue, Saturation, Exposure, Opacity, and Blur. |
Value
Gets the finetune value to be applied to an image in the SfImageEditor.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value representing the adjustment value for various image finetune options. The value can be used to adjust image properties such as Brightness, Contrast, Hue, Saturation, Exposure, Opacity, and Blur. |