'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
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the area in which the random positions must be contained. Applicable only if the Mode property is set to Random.")] public NRectangleF RandomizationArea {get; set;}