Skip to main content

HtmlEditorAreaStyle.Paddings Property

Gets the padding settings of the current area style.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public Paddings Paddings { get; }

#Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

#Remarks

The Paddings property provides access to the padding settings defined by the current style.

See Also