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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Property LineToNodeClearance As SizeD
'使用
Dim instance As ShapeElement
Dim value As SizeD

value = instance.LineToNodeClearance

instance.LineToNodeClearance = value
public SizeD LineToNodeClearance { get; set; }
public:
property SizeD LineToNodeClearance {
    SizeD get ();
    void set (SizeD value);
}
public function get LineToNodeClearance () : SizeD
public 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.

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace