Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NLayoutContext Class / BodyAdapter Property


In This Topic
    BodyAdapter Property
    In This Topic
    Gets/sets the body adapter. It is used by layouts in to obtain a body representation for the arranged objects.
    Syntax
    'Declaration
     
    
    Public Property BodyAdapter As NBodyAdapter
    'Usage
     
    
    Dim instance As NLayoutContext
    Dim value As NBodyAdapter
     
    instance.BodyAdapter = value
     
    value = instance.BodyAdapter
    public NBodyAdapter BodyAdapter {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