Nevron .NET Vision
Nevron.Diagram Namespace / NMasterImageGenerator Class / BackgroundStyle Property


In This Topic
    BackgroundStyle Property (NMasterImageGenerator)
    In This Topic
    Gets/sets the style of the background which is used when the image is generated
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NBackgroundStyleTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the style of the background which is used when the image is generated")>
    Public Property BackgroundStyle As NBackgroundStyle
    'Usage
     
    
    Dim instance As NMasterImageGenerator
    Dim value As NBackgroundStyle
     
    instance.BackgroundStyle = value
     
    value = instance.BackgroundStyle
    [System.ComponentModel.Editor(Nevron.Editors.NBackgroundStyleTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Gets/sets the style of the background which is used when the image is generated")]
    public NBackgroundStyle BackgroundStyle {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