menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FinetuneEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FinetuneEventArgs

    Provides the information about the FinetuneValueChanging event callback.

    Inheritance
    System.Object
    FinetuneEventArgs
    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

    true if the finetune action should be canceled; otherwise, false. The default value is false.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved