ShapeElement.LineToLineClearance Property
Gets or sets the distance between child link shapes for this shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Property LineToLineClearance As SizeD
public SizeD LineToLineClearance { get; set; }
public:
property SizeD LineToLineClearance {
SizeD get ();
void set (SizeD value);
}
member LineToLineClearance : SizeD with get, set
function get LineToLineClearance () : SizeD
function set LineToLineClearance (value : SizeD)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD
The distance between child link shapes for this shape.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.