Back to Devexpress

AppearanceStyle.ImageSpacing Property

aspnet-devexpress-dot-web-dot-appearancestyle-586a8b4f.md

latest1.4 KB
Original Source

AppearanceStyle.ImageSpacing Property

Gets or sets the amount of space between an image and the text contents within a container cell.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(Unit), "")]
public virtual Unit ImageSpacing { get; set; }
vb
<DefaultValue(GetType(Unit), "")>
Public Overridable Property ImageSpacing As Unit

Property Value

TypeDefaultDescription
UnitString.Empty

A Unit that represents the spacing value.

|

Remarks

Use the ImageSpacing property to specify the spacing between the text and image elements in the corresponding object which the current style applies to.

See Also

AppearanceStyle Class

AppearanceStyle Members

DevExpress.Web Namespace