Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPopupNotify Class / Shape Property


In This Topic
    Shape Property (NPopupNotify)
    In This Topic
    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.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also