ItemDrawInfo.Image Property
Gets or sets the image for the list item.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Property Image As Image
public Image Image { get; set; }
public:
property Image^ Image {
Image^ get ();
void set (Image^ value);
}
member Image : Image with get, set
function get Image () : Image
function set Image (value : Image)
Property Value
Type: Image
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.