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


In This Topic
    Padding Property (NBounceBackForce)
    In This Topic
    Gets/sets the padding applied to the bodies
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the padding applied to the bodies")>
    <System.ComponentModel.DefaultValueAttribute(10)>
    Public Property Padding As System.Single
    'Usage
     
    
    Dim instance As NBounceBackForce
    Dim value As System.Single
     
    instance.Padding = value
     
    value = instance.Padding
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the padding applied to the bodies")]
    [System.ComponentModel.DefaultValue(10)]
    public System.float Padding {get; set;}
    Remarks
    By default set to 10
    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