NamedImage.Image 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 NamedImage 物件的影像。
public:
property System::Drawing::Image ^ Image { System::Drawing::Image ^ get(); void set(System::Drawing::Image ^ value); };
[System.ComponentModel.Bindable(false)]
public System.Drawing.Image Image { get; set; }
[<System.ComponentModel.Bindable(false)>]
member this.Image : System.Drawing.Image with get, set
Public Property Image As Image
屬性值
NamedImage 物件的影像元件。 這可以是衍生自 .NET Framework Image 類別的任何物件,例如 Bitmap 物件。
- 屬性
備註
屬性 Image 會決定哪一個 NamedImage 影像儲存在 物件中。
針對動態建立的影像使用 NamedImage 物件,然後可以指派給圖表影像屬性。