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

HtmlEditorTagInspectorSelectedTagContainerStyles.Paddings Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

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