'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the image which determines the shape of the popup. Valid when the predefined popup style is PredefinedPopupStyle.Shaped. You must also specify the color which should be treated as transparent.")> Public Property Shape As System.Drawing.Bitmap
'Usage
Dim instance As NPopupNotify Dim value As System.Drawing.Bitmap instance.Shape = value value = instance.Shape
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the image which determines the shape of the popup. Valid when the predefined popup style is PredefinedPopupStyle.Shaped. You must also specify the color which should be treated as transparent.")] public System.Drawing.Bitmap Shape {get; set;}