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 |
---|
System.Boolean |
X
Specifies selection left position.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Specifies selection top position.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
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. |