Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NMenuOptions Class / BackgroundImageInfo Property


In This Topic
    BackgroundImageInfo Property
    In This Topic
    Gets/sets the image info used to draw background.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the image info used to draw background.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public Property BackgroundImageInfo As NDrawImageInfo
    'Usage
     
    
    Dim instance As NMenuOptions
    Dim value As NDrawImageInfo
     
    instance.BackgroundImageInfo = value
     
    value = instance.BackgroundImageInfo
    [System.ComponentModel.Description("Gets/sets the image info used to draw background.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NDrawImageInfo BackgroundImageInfo {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