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

屬性值

超連結圖片的寬度。

適用於