alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ImageFinetuneValue

    Represents the settings for finetune an image in the SfImageEditor.

    Inheritance
    object
    ImageFinetuneValue
    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 ImageFinetuneValue
    Remarks

    The image finetune value include minimum, maximum, and default values of the finetune options. Use the Min, Max, and DefaultValue properties to specify the minimum, maximum, and default values for each finetune setting.

    Constructors

    ImageFinetuneValue()

    Declaration
    public ImageFinetuneValue()

    Properties

    DefaultValue

    Gets or sets the default value of the finetune settings in the SfImageEditor.

    Declaration
    public int DefaultValue { get; set; }
    Property Value
    Type Description
    int

    A double value that specifies a default value for the finetune settings.

    Remarks

    This property is used to configure the default value of the finetune settings, such as brightness, contrast, hue, saturation, exposure, opacity, and blur.

    Max

    Gets or sets the maximum value of the finetune settings in the SfImageEditor.

    Declaration
    public int Max { get; set; }
    Property Value
    Type Description
    int

    A double value that specifies a maximum value for the finetune settings.

    Remarks

    This property is used to configure the maximum value of the finetune settings, such as brightness, contrast, hue, saturation, exposure, opacity, and blur.

    Min

    Gets or sets the minimum value of the finetune settings in the SfImageEditor.

    Declaration
    public int Min { get; set; }
    Property Value
    Type Description
    int

    A double value that specifies a minimum value for the finetune settings.

    Remarks

    This property is used to configure the minimum value of the finetune settings, 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