Back to Devexpress

ASPxBinaryImage.ImageAlign Property

aspnet-devexpress-dot-web-dot-aspxbinaryimage-aa7b37ae.md

latest1.4 KB
Original Source

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

This property is not in effect if the BinaryImageEditingSettings.Enabled property is set to true.

See Also

Binary Image

ASPxBinaryImage Class

ASPxBinaryImage Members

DevExpress.Web Namespace