HtmlEditorImages.InsertImageDialogConstrainProportionsMiddleOffRtl Property
Gets the ImageProperties object specifying the switched off middle part of specific constrained proportions image displayed within the ASPxHtmlEditor‘s Insert image dialog, when the right-to-left layout is applied.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ImageProperties | An ImageProperties object that contains image settings. |
Remarks
When the right-to-left layout is applied, a specific constrained proportions image is displayed within the Insert Image dialog of the ASPxHtmlEditor, indicateing whether the proportions of the inserted (or edited) image are constrained. The constrained proportion image can be displayed as a switched on () or switched off () image.
The constrain proportions image consists of three parts - specific top, middle and bottom images.
The top part of the image () is defined by using the HtmlEditorImages.InsertImageDialogConstrainProportionsTopRtl property.
The middle part of the constrained proportions image can be displayed as either a switched on image () or switched off image () whose settings are defined using the HtmlEditorImages.InsertImageDialogConstrainProportionsMiddleOnRtl or InsertImageDialogConstrainProportionsMiddleOffRtl property, respectively.
The bottom part of the image () can be defined via the HtmlEditorImages.InsertImageDialogConstrainProportionsBottomRtl property.