共用方式為


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

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

屬性

備註

映射名稱可以是檔案名、URL 或命名映射,也就是它在類別中的名稱元件 NamedImagesCollection

適用於