Command.ImageUrl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property System::String ^ ImageUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string ImageUrl { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ImageUrl : string with get, set
Public Property ImageUrl As String
屬性值
當控制項被渲染成影像按鈕時,影像來源 Command 的網址。
- 屬性
備註
若此屬性不 Empty 符且裝置能處理圖片按鈕,控制 Command 項則使用圖片而非按鈕或連結文字。