Class TransformSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TransformSettingsBuilder
Assembly: Syncfusion.AspNetCore.BlockEditor.dll
public class TransformSettingsBuilder : ControlBuilder
Constructors
Declaration
public TransformSettingsBuilder()
Declaration
public TransformSettingsBuilder(TransformSettings model)
Parameters
Methods
Specifies an array of command item models representing the available commands in the menu.
This property holds the list of commands that appear in the menu.
Declaration
public TransformSettingsBuilder Items(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Specifies the event triggered when a command item is clicked.
This event can be used to perform actions based on user interaction.
Declaration
public TransformSettingsBuilder ItemSelect(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Specifies the height of the command menu popup.
Accepts valid CSS height values such as px, %, auto, etc.
Declaration
public TransformSettingsBuilder PopupHeight(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Specifies the width of the command menu popup.
Accepts valid CSS width values such as px, %, auto, etc.
Declaration
public TransformSettingsBuilder PopupWidth(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns