Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NForceEnvironment Class / MaxForce Property


In This Topic
    MaxForce Property
    In This Topic
    Gets or sets the max force. In order to ensure the layout stability, the max force is used to define the largest possible force applied at each iteration.
    Syntax
    'Declaration
     
    
    Public Property MaxForce As NPoint
    'Usage
     
    
    Dim instance As NForceEnvironment
    Dim value As NPoint
     
    instance.MaxForce = value
     
    value = instance.MaxForce
    public NPoint MaxForce {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