HtmlEditorTagInspectorSelectedTagContainerStyles.Paddings Property
Gets the padding settings of the tag inspector‘s selected tag.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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