Skip to main content

ASPxClientHtmlEditorCommandStyleSettings Class

Contains style settings related to media elements in ASPxHtmlEditor.

Declaration

declare class ASPxClientHtmlEditorCommandStyleSettings

Remarks

Some of the client-side commands parameters are the objects of a unique type containing different settings related to a particular element (e.g., ASPxClientHtmlEditorChangeImageCommandArguments, ASPxClientHtmlEditorChangeAudioCommandArguments). Such objects usually provide the styleSettings property (e.g., ASPxClientHtmlEditorChangeMediaElementCommandArguments.styleSettings) of the ASPxClientHtmlEditorCommandStyleSettings type which contains the style settings defining the appearance of the element.

See Also