Skip to main content
A newer version of this page is available. .

HtmlEditorImages.SizeGripRtl Property

Gets the style settings that define the appearance of a size grip when the right-to-left layout is applied.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties SizeGripRtl { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object containing style settings.

See Also