Image::Tag Property

 

Gets or sets an object that provides additional data about the image.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
[BindableAttribute(true)]
[TypeConverterAttribute((StringConverter^::typeid))]
property Object^ Tag {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The Object that provides additional data about the image.

.NET Framework
Available since 2.0
Return to top
Show: