Nevron .NET Vision
Nevron.Diagram Namespace / NRoutingManager Class / ObstaclePadding Property


In This Topic
    ObstaclePadding Property
    In This Topic
    Gets/sets the padding applied to the obstacles (2D shapes) bounds
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Route finding")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the padding applied to the obstacles (2D shapes) bounds")>
    Public Overridable Property ObstaclePadding As NMargins
    'Usage
     
    
    Dim instance As NRoutingManager
    Dim value As NMargins
     
    instance.ObstaclePadding = value
     
    value = instance.ObstaclePadding
    [System.ComponentModel.Category("Route finding")]
    [System.ComponentModel.Description("Gets/sets the padding applied to the obstacles (2D shapes) bounds")]
    public virtual NMargins ObstaclePadding {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