menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CropSelectionSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CropSelectionSettings

    Represents the settings of a selection in the SfImageEditor.

    Inheritance
    System.Object
    CropSelectionSettings
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CropSelectionSettings : Object
    Remarks

    This setting is used in the events OnSelectionResizeStart and OnSelectionResizeEnd event.

    Constructors

    CropSelectionSettings()

    Declaration
    public CropSelectionSettings()

    Properties

    Height

    Gets or sets the height of the selection in the SfImageEditor.

    Declaration
    public Nullable<double> Height { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    A double value that specifies the height of the selection.

    StartX

    Gets or sets the x-coordinate of the start point of a selection in the SfImageEditor.

    Declaration
    public double StartX { get; set; }
    Property Value
    Type Description
    System.Double

    A double value that specifies the x-coordinate of the start point.

    StartY

    Gets or sets the y-coordinate of the start point of a selection in the SfImageEditor.

    Declaration
    public double StartY { get; set; }
    Property Value
    Type Description
    System.Double

    A double value that specifies the x-coordinate of the start point.

    Type

    Gets or sets the type of the selection in the SfImageEditor.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    A string value that specifies the type of selection such as Custom, Circle, or ratio based selection.

    Width

    Gets or sets the width of the selection in the SfImageEditor.

    Declaration
    public Nullable<double> Width { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    A double value that specifies the width of the selection.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved