Back to Devexpress

ImageEditPropertiesBase.ImageAlign Property

aspnet-devexpress-dot-web-dot-imageeditpropertiesbase-2be8984b.md

latest1.4 KB
Original Source

ImageEditPropertiesBase.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

Note

The ImageAlign property synchronizes its value with the editor’s ASPxImageBase.ImageAlign property.

See Also

ImageEditPropertiesBase Class

ImageEditPropertiesBase Members

DevExpress.Web Namespace