NamedImage.Image Property

Definition

Gets or sets the image of a NamedImage object.

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

Property Value

The image component of a NamedImage object. This can be any object derived from the .NET Framework Image class, for example, a Bitmap object.

Attributes

Remarks

The Image property determines which image is stored in a NamedImage object.

Use NamedImage objects for dynamically created images, which can then be assigned to a chart image property.

Applies to