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


In This Topic
    RegionLayout Property
    In This Topic
    Gets/sets the region layout used for the optional final arrangement of the regions
    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
    [System.ComponentModel.Category("Position")]
    [System.ComponentModel.Description("Gets/sets the region layout used for the optional final arrangement of the regions")]
    public NCellsLayout RegionLayout {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