NamedImage.Image Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.