Click or drag to resize

ActiveImageButtonBorderWidth Property

Overrides the .Net ImageButton.BorderWidth to defeat the "border-width: 0" ALWAYS renderd by the .Net ImageButton.BorderWidth. This allows border-width to be controlled by CSS. See http://forums.asp.net/p/1208356/2124354.aspx.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override Unit BorderWidth { get; set; }

Property Value

Type: Unit
See Also