Class ImageEditorFinetuneSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ImageEditorFinetuneSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.ImageEditor
Assembly: Syncfusion.AspNetMvc.ImageEditor.dll
Syntax
public class ImageEditorFinetuneSettings : EJTagHelper
Constructors
ImageEditorFinetuneSettings()
Declaration
public ImageEditorFinetuneSettings()
Properties
Blur
Represents a finetune setting for adjusting the blur of an image.
Declaration
public object Blur { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
Brightness
Represents a finetune setting for adjusting the brightness of an image.
Declaration
public object Brightness { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Contrast
Represents a finetune setting for adjusting the contrast of an image.
Declaration
public object Contrast { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
Exposure
Represents a finetune setting for adjusting the exposure of an image.
Declaration
public object Exposure { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
Hue
Represents a finetune setting for adjusting the hue of an image.
Declaration
public object Hue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
Opacity
Represents a finetune setting for adjusting the opacity of an image.
Declaration
public object Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
Saturation
Represents a finetune setting for adjusting the saturation of an image.
Declaration
public object Saturation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |