ShapeElement.LineToNodeClearance Property

Gets or sets the distance between child link shapes and child node shapes.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
Public Property LineToNodeClearance As SizeD
public SizeD LineToNodeClearance { get; set; }
public:
property SizeD LineToNodeClearance {
    SizeD get ();
    void set (SizeD value);
}
member LineToNodeClearance : SizeD with get, set
function get LineToNodeClearance () : SizeD 
function set LineToNodeClearance (value : SizeD)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD
The distance between child link shapes and child node shapes.

Remarks

This property applies to link shapes only if they are children of the shape.

This value must be larger than 1e-6.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace