Skip to main content

HtmlEditorTagInspectorSelectedTagContainerStyles.Paddings Property

Gets the padding settings of the tag inspector‘s selected tag.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(-1)]
public virtual Paddings Paddings { get; }

Property Value

Type Default Description
Paddings -1

A Paddings object that contains padding settings.

Remarks

The Paddings property provides access to the padding settings defined for the selected tag within the tag inspector. The padding is the amount of space between the selected tag’s boundaries and its content.

See Also