Skip to main content
A newer version of this page is available. .
Tab

HeadlineTailImageProperties.Align Property

Gets or sets the alignment of the tail image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(ImageAlign.NotSet)]
public override ImageAlign Align { get; set; }

Property Value

Type Default Description
ImageAlign **NotSet**

A ImageAlign enumeration value that specifies the image alignment.

Remarks

To specify the position of the tail image referenced to the tail text, use the ASPxHeadline.TailImagePosition property.

See Also