Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NBounceBackForce Class / BodyPadding Property


In This Topic
    BodyPadding Property
    In This Topic
    Gets or sets the padding applied to the bodies. By default set to 10
    Syntax
    'Declaration
     
    
    Public Property BodyPadding As System.Double
    'Usage
     
    
    Dim instance As NBounceBackForce
    Dim value As System.Double
     
    instance.BodyPadding = value
     
    value = instance.BodyPadding
    public System.double BodyPadding {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