'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;}