Class ImageEditorSelectionSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ImageEditorSelectionSettings
Namespace: Syncfusion.EJ2.ImageEditor
Assembly: Syncfusion.EJ2.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 |