alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class CropSelectionSettings

    Represents the settings of a selection in the SfImageEditor.

    Inheritance
    object
    CropSelectionSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CropSelectionSettings
    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 double? Height { get; set; }
    Property Value
    Type Description
    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
    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
    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
    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 double? Width { get; set; }
    Property Value
    Type Description
    double?

    A double value that specifies the width of the selection.

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