Skip to main content
Tab

HeadlineTailImageProperties.Align Property

Gets or sets the alignment of the tail image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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