Class TransformSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TransformSettingsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.BlockEditor
Assembly: Syncfusion.AspNetMvc.BlockEditor.dll
Syntax
public class TransformSettingsBuilder : ControlBuilder
Constructors
TransformSettingsBuilder()
Declaration
public TransformSettingsBuilder()
TransformSettingsBuilder(TransformSettings)
Declaration
public TransformSettingsBuilder(TransformSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| TransformSettings | model |
Methods
Items(Object)
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
| Type |
|---|
| TransformSettingsBuilder |
ItemSelect(String)
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
| Type |
|---|
| TransformSettingsBuilder |
PopupHeight(String)
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
| Type |
|---|
| TransformSettingsBuilder |
PopupWidth(String)
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
| Type |
|---|
| TransformSettingsBuilder |