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

HyperLinkProperties.ImageHeight Property

Gets or sets the height of the image displayed within the hyperlink editor control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ImageHeight { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value representing the image’s height.

Remarks

If the ImageHeight and HyperLinkProperties.ImageWidth properties of a hyperlink editor are not specified, then the image within the editor is displayed in its original size regardless of the editor’s height and width specified. Use the ImageHeight property to override the initial height of the displayed image. The image is stretched or shrunk as appropriate when the ImageHeight property is assigned.

Note

The ImageHeight property synchronizes its value with the editor’s ASPxHyperLink.ImageHeight property.

See Also