alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FinetuneEventArgs

    Provides the information about the FinetuneValueChanging event callback.

    Inheritance
    object
    FinetuneEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FinetuneEventArgs

    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
    bool

    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
    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.

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