Nevron .NET Vision
Nevron.UI Namespace / NStandard3DFrameStyle Class / Style Property


In This Topic
    Style Property (NStandard3DFrameStyle)
    In This Topic
    Gets/sets the style of this frame.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the style of this frame.")>
    Public Property Style As BorderStyle3D
    'Usage
     
    
    Dim instance As NStandard3DFrameStyle
    Dim value As BorderStyle3D
     
    instance.Style = value
     
    value = instance.Style
    [System.ComponentModel.Description("Gets/sets the style of this frame.")]
    public BorderStyle3D Style {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