HyperLink.ImageWidth 属性

定义

获取或设置其中超链接为图像的超链接的宽度。

public:
 virtual property System::Web::UI::WebControls::Unit ImageWidth { System::Web::UI::WebControls::Unit get(); void set(System::Web::UI::WebControls::Unit value); };
public virtual System.Web.UI.WebControls.Unit ImageWidth { get; set; }
member this.ImageWidth : System.Web.UI.WebControls.Unit with get, set
Public Overridable Property ImageWidth As Unit

属性值

超链接图像的宽度(以像素为单位)。

适用于