NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlInputImage.Border

Gets or sets the border width, in pixels, around the image.

[Visual Basic]
Public Property Border As Integer
[C#]
public int Border {get; set;}
[C++]
public: __property int get_Border();
public: __property void set_Border(int);
[JScript]
public function get Border() : int;
public function set Border(int);

Property Value

The border width, in pixels.

See Also

HtmlInputImage Class | HtmlInputImage Members | System.Web.UI.HtmlControls Namespace