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);
The width of the image border.
HtmlImage Class | HtmlImage Members | System.Web.UI.HtmlControls Namespace