ASPxBinaryImage.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.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
ImageAlign | NotSet | One of the ImageAlign enumeration values. |
Remarks
Note
This property is not in effect if the BinaryImageEditingSettings.Enabled property is set to true
.
See Also