共用方式為


ImageAnnotation.Image 屬性

定義

取得或設定註解影像的名稱。

public:
 virtual property System::String ^ Image { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public virtual string Image { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Image : string with get, set
Public Overridable Property Image As String

屬性值

string 值,表示註解影像的名稱。

屬性

備註

映射名稱可以是檔案名、URL 或具名影像,也就是其名稱元件 - 來自 NamedImagesCollection 類別。

適用於