Class ImageEditorSelectionSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ImageEditorSelectionSettingsBuilder
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 ImageEditorSelectionSettingsBuilder : ControlBuilder
Constructors
ImageEditorSelectionSettingsBuilder()
Declaration
public ImageEditorSelectionSettingsBuilder()
ImageEditorSelectionSettingsBuilder(ImageEditorSelectionSettings)
Declaration
public ImageEditorSelectionSettingsBuilder(ImageEditorSelectionSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| ImageEditorSelectionSettings | model |
Methods
FillColor(String)
Represents fill color of circle selection in the image editor.
Declaration
public ImageEditorSelectionSettingsBuilder FillColor(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ImageEditorSelectionSettingsBuilder |
ShowCircle(Boolean)
Specifies a boolean value whether to show circle on selection in the image editor.
Declaration
public ImageEditorSelectionSettingsBuilder ShowCircle(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value |
Returns
| Type |
|---|
| ImageEditorSelectionSettingsBuilder |
StrokeColor(String)
Represents stroke color of circle selection in the image editor.
Declaration
public ImageEditorSelectionSettingsBuilder StrokeColor(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ImageEditorSelectionSettingsBuilder |