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


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