Class ImageEditorSelectionSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ImageEditorSelectionSettings
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 ImageEditorSelectionSettings : EJTagHelper
Constructors
ImageEditorSelectionSettings()
Declaration
public ImageEditorSelectionSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
FillColor
Represents fill color of circle selection in the image editor.
Declaration
public string FillColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
ShowCircle
Specifies a boolean value whether to show circle on selection in the image editor.
Declaration
public bool ShowCircle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is true |
StrokeColor
Represents stroke color of circle selection in the image editor.
Declaration
public string StrokeColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |