A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(ImageAlign.NotSet)]
public ImageAlign ImageAlign { get; set; }
<DefaultValue(ImageAlign.NotSet)>
Public Property ImageAlign As ImageAlign
Property Value
Type | Default | Description |
---|---|---|
ImageAlign | NotSet |
One of the ImageAlign enumeration values. |
Remarks
This property is a wrapper of the ImageEditPropertiesBase.ImageAlign property.
See Also
Feedback