Back to Devexpress

ASPxImageBase.ImageAlign Property

aspnet-devexpress-dot-web-dot-aspximagebase-df1959f1.md

latest1.4 KB
Original Source

ASPxImageBase.ImageAlign Property

Gets or sets the alignment of the image control in relation to the other items on the web page.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(ImageAlign.NotSet)]
public ImageAlign ImageAlign { get; set; }
vb
<DefaultValue(ImageAlign.NotSet)>
Public Property ImageAlign As ImageAlign

Property Value

TypeDefaultDescription
ImageAlignNotSet

One of the ImageAlign enumeration values.

|

Remarks

This property is a wrapper of the ImageEditPropertiesBase.ImageAlign property.

See Also

Image

ASPxImageBase Class

ASPxImageBase Members

DevExpress.Web Namespace