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

ImageObjectProperties.ImageAlign Property

Gets or sets the image alignment.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(ImageAlign.NotSet)]
public ImageAlign ImageAlign { get; set; }

Property Value

Type Default Description
ImageAlign NotSet

One of the ImageAlign enumeration values.

See Also