Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NBorderCollection Class / Item Property / Item(BorderType) Property


In This Topic
    Item(BorderType) Property
    In This Topic
    Gets the border with the specified bordertype.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal type As BorderType _
    ) As NBorder
    'Usage
     
    
    Dim instance As NBorderCollection
    Dim type As BorderType
    Dim value As NBorder
     
    instance.Item(type) = value
     
    value = instance.Item(type)
    public NBorder Item( 
       BorderType type
    ) {get; set;}

    Parameters

    type
    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