ASPxImageBase.ImageAlign Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ImageAlign.NotSet)]
public ImageAlign ImageAlign { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Image |
Not |
One of the Image |
#Remarks
This property is a wrapper of the ImageEditPropertiesBase.ImageAlign property.
See Also