Nevron .NET Vision
Nevron.Diagram.DataImport Namespace / NDataSourceImporter Class / Layout Property


In This Topic
    Layout Property (NDataSourceImporter)
    In This Topic
    Gets/sets the layout, which must be applied to the imported shapes. If set to null the data source importer will not layout the imported shapes.
    Syntax
    'Declaration
     
    
    Public Property Layout As NLayout
    'Usage
     
    
    Dim instance As NDataSourceImporter
    Dim value As NLayout
     
    instance.Layout = value
     
    value = instance.Layout
    public NLayout Layout {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