Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBackgroundStyle Class / FrameStyle Property


In This Topic
    FrameStyle Property (NBackgroundStyle)
    In This Topic
    Controls the style of the background frame. The user can choose between standard and image frame.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Frame")>
    <System.ComponentModel.DescriptionAttribute("Controls the type of the background frame.")>
    Public Property FrameStyle As NFrameStyle
    'Usage
     
    
    Dim instance As NBackgroundStyle
    Dim value As NFrameStyle
     
    instance.FrameStyle = value
     
    value = instance.FrameStyle
    [System.ComponentModel.Category("Frame")]
    [System.ComponentModel.Description("Controls the type of the background frame.")]
    public NFrameStyle FrameStyle {get; set;}
    Remarks

    Nevron Chart for .NET supports two types of background frame. The first one resembles the standard Windows frame and can show all types of frames specified by the style of the window (raised, sunken, single etc). The second type of frame is image (or artistic) and it can come handy for Web or Win XP style applications.

    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