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 物件來生成動態影像,然後可以指派到圖表影像屬性。