HtmlInputImage::Border Property

 

Gets or sets the border width for the HtmlInputImage control.

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

public:
property int Border {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The border width, in pixels, for the HtmlInputImage control.

Use the Border property to specify the border width for the HtmlInputImage control.

System_CAPS_noteNote

This property is not supported in all browsers. Check your browser to determine compatibility.

The following code example demonstrates how to use the Border property to specify the border width for the HtmlInputImage control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: