'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the background image, which can optionally be displayed behind the shape geometry")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property BackgroundImage As System.Drawing.Bitmap
'Usage
Dim instance As NSmartShape Dim value As System.Drawing.Bitmap instance.BackgroundImage = value value = instance.BackgroundImage
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the background image, which can optionally be displayed behind the shape geometry")] [System.Xml.Serialization.XmlIgnore()] public System.Drawing.Bitmap BackgroundImage {get; set;}