Nevron.Diagram.Layout Namespace / NFreeVertexPlacement Class / RandomizationArea Property


RandomizationArea Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Gets/sets the area in which the random positions must be contained. Applicable only if the Mode property is set to Random.")>
Public Property RandomizationArea As NRectangleF
 
'Usage
 
Dim instance As NFreeVertexPlacement
Dim value As NRectangleF
 
instance.RandomizationArea = value
 
value = instance.RandomizationArea
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