Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Declaration
Public Property LineToNodeClearance As SizeD
'Usage
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.
.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.