Skip to main content

HtmlEditorImages.InsertImageDialogConstrainProportionsTopRtl Property

Gets the ImageProperties object specifying the top part of a 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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties InsertImageDialogConstrainProportionsTopRtl { get; }

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, indicating whether the proportions of the inserted (or edited) image are constrained. The constrained proportion image can be displayed as a switched on (ASPxHtmlEditor-ConstrainProportionsImageOnRtl) or switched off (ASPxHtmlEditor-ConstrainProportionsImageOffRtl) image.

The constrained proportions image consists of three parts - specific top, middle and bottom images.

The top part of the image (ASPxHtmlEditor-ConstrainProportionsImage-TopRtl) is defined by using the InsertImageDialogConstrainProportionsTopRtl property.

The middle part of the constrained proportions image can be displayed as either a switched on image (ASPxHtmlEditor-ConstrainProportionsImage-Middle-SwitchedOn) or switched off image (ASPxHtmlEditor-ConstrainProportionsImage-Middle-SwitchedOff) whose settings are defined using the HtmlEditorImages.InsertImageDialogConstrainProportionsMiddleOnRtl or HtmlEditorImages.InsertImageDialogConstrainProportionsMiddleOffRtl property, respectively.

The bottom part of the image (ASPxHtmlEditor-ConstrainProportionsImage-BottomRtl) can be defined via the HtmlEditorImages.InsertImageDialogConstrainProportionsBottomRtl property.

See Also