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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
ImageAlign | NotSet | One of the ImageAlign enumeration values. |
Remarks
Note
The ImageAlign property synchronizes its value with the editor’s ASPxImageBase.ImageAlign property.
See Also