HeadlineTailImageProperties.Align Property
In This Article
Gets or sets the alignment of the tail image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ImageAlign.NotSet)]
public override ImageAlign Align { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Image |
Not |
A Image |
#Remarks
To specify the position of the tail image referenced to the tail text, use the ASPxHeadline.TailImagePosition property.
See Also