menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageEditorSelectionSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImageEditorSelectionSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ImageEditorSelectionSettingsBuilder
    Namespace: Syncfusion.EJ2.ImageEditor
    Assembly: Syncfusion.EJ2.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved