menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionSettings - API Reference

    Show / Hide Table of Contents

    Class SelectionSettings

    Specifies the settings for selection.

    Inheritance
    System.Object
    SelectionSettings
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class SelectionSettings : Object

    Constructors

    SelectionSettings()

    Declaration
    public SelectionSettings()

    Properties

    Extend

    Specifies whether to extend or update selection.

    Declaration
    public bool Extend { get; set; }
    Property Value
    Type Description
    System.Boolean

    X

    Specifies selection left position.

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

    Y

    Specifies selection top position.

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

    Methods

    Equals(SelectionSettings)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(SelectionSettings selectionSettings)
    Parameters
    Type Name Description
    SelectionSettings selectionSettings

    An SelectionSettings to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

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