Back to Devexpress

ASPxLoadingPanel.ImageSpacing Property

aspnet-devexpress-dot-web-dot-aspxloadingpanel-bd50ff8b.md

latest1.6 KB
Original Source

ASPxLoadingPanel.ImageSpacing Property

Gets or sets the amount of space between a display image and text within the control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
UnitString.Empty

A Unit that represents the spacing value.

|

Remarks

Use the ImageSpacing property to control spacing between the control’s image (defined via the ASPxLoadingPanel.Image property) and text (specified via the ASPxLoadingPanel.Text property).

See Also

Loading Panel

ASPxLoadingPanel Class

ASPxLoadingPanel Members

DevExpress.Web Namespace