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

HeadlineTailImageProperties Class

Contains settings that define the headline’s tail image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class HeadlineTailImageProperties :
    ImageProperties

The following members return HeadlineTailImageProperties objects:

Remarks

Use the properties exposed by the HeadlineTailImageProperties class to specify the URL of the image source (ImagePropertiesBase.Url), define the image size (ImagePropertiesBase.Width and ImagePropertiesBase.Height), set the alternate text displayed instead of the image when the image is unavailable (ImagePropertiesBase.AlternateText) and specify the position of the tail image referenced to the tail text (HeadlineTailImageProperties.Align).

All graphic file formats which can be interpreted by internet browsers, are supported. Note that if a PNG image with an alpha channel is specified via the ImagePropertiesBase.Url property, the image’s size should be defined explicitly via the ImagePropertiesBase.Width and ImagePropertiesBase.Height properties, in order to correctly display the image at runtime.

See Also