Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFrameStyle Class / DarkBorderStyle Property


In This Topic
    DarkBorderStyle Property
    In This Topic
    Obtains the dark border style.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Obtains the dark border style.")>
    Public Property DarkBorderStyle As NStrokeStyle
    'Usage
     
    
    Dim instance As NImageFrameStyle
    Dim value As NStrokeStyle
     
    instance.DarkBorderStyle = value
     
    value = instance.DarkBorderStyle
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Obtains the dark border style.")]
    public NStrokeStyle DarkBorderStyle {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