Skip to main content

RichEditRulerImages.FirstLineIdentDragHandle Property

OBSOLETE

Use the FirstLineIndentDragHandle property instead.

Gets the settings of an image displayed in the first line indent drag handle.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll

NuGet Package: DevExpress.Web.Office

Declaration

[Obsolete("Use the FirstLineIndentDragHandle property instead.")]
public ImageProperties FirstLineIdentDragHandle { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains the image settings.

See Also