Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NBounceBackForce Class / BodyArea Property


In This Topic
    BodyArea Property
    In This Topic
    Gets/sets the body area, which is considered when measuring the overlap between two bodies. By default set to BoundingBox.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the body area, which is considered when measuring the overlap between two bodies. By default set to BoundingBox.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property BodyArea As BodyArea
    'Usage
     
    
    Dim instance As NBounceBackForce
    Dim value As BodyArea
     
    instance.BodyArea = value
     
    value = instance.BodyArea
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the body area, which is considered when measuring the overlap between two bodies. By default set to BoundingBox.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public BodyArea BodyArea {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