Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NFreeVertexPlacement Class / RandomizationArea Property


In This Topic
    RandomizationArea Property
    In This Topic
    Gets or sets the area in which the random positions must be contained. Applicable only if the Mode property is set to Random.
    Syntax
    'Declaration
     
    
    Public Property RandomizationArea As NRectangle
    'Usage
     
    
    Dim instance As NFreeVertexPlacement
    Dim value As NRectangle
     
    instance.RandomizationArea = value
     
    value = instance.RandomizationArea
    public NRectangle RandomizationArea {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also