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


In This Topic
    RandomizationArea Property
    In This Topic
    Gets/sets the area in which the random positions must be contained. Applicable only if the Mode property is set to Random.
    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
    [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;}
    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