HyperLink::ImageHeight Property

.NET Framework (current version)
 

Gets or sets the height of the hyperlink when the hyperlink is an image.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property Unit ImageHeight {
	virtual Unit get();
	virtual void set(Unit value);
}

Property Value

Type: System.Web.UI.WebControls::Unit

The height of the hyperlink image.

.NET Framework
Available since 4.5
Return to top
Show: