Nevron.Diagram.Layout Namespace / NGraphPartsLayout Class / RegionLayout Property


RegionLayout Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Position")>
<System.ComponentModel.DescriptionAttribute("Gets/sets the region layout used for the optional final arrangement of the regions")>
Public Property RegionLayout As NCellsLayout
 
'Usage
 
Dim instance As NGraphPartsLayout
Dim value As NCellsLayout
 
instance.RegionLayout = value
 
value = instance.RegionLayout
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