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

AppearanceStyle.Spacing Property

Gets or sets the spacing between the elements in the corresponding object which the current style applies to.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit Spacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Property Paths

You can access this nested property as listed below:

Object Type Path to Spacing
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.Spacing
See Also