Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties SizeGripRtl { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object containing style settings.

See Also