ASPxClientHtmlEditorChangeMediaElementCommandArguments Properties
The base class for parameters related to inserting or changing media elements in the ASPxHtmlEditor.| Name | Description |
|---|---|
| align | Determines the position of the target media element. |
| id | Defines the HTML “id” attribute of the target media element. |
| selectedElement | Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments. |
| src | Defines the source of the target media element. |
| styleSettings | Contains the style settings defining the appearance of the target media element. |
See Also