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!

HtmlImage.Border

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

[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 width of the image border.

See Also

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