ShapeElement.NodeToNodeClearance Property

Definition

Gets or sets the clearance in world units between child node shapes. This property does not affect node-to-node clearance of this shape with sibling shapes; it only applies to node shapes that are children of this shape. This value must be greater than 1e-6.

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::SizeD NodeToNodeClearance { Microsoft::VisualStudio::Modeling::Diagrams::SizeD get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::SizeD value); };
public Microsoft.VisualStudio.Modeling.Diagrams.SizeD NodeToNodeClearance { get; set; }
member this.NodeToNodeClearance : Microsoft.VisualStudio.Modeling.Diagrams.SizeD with get, set
Public Property NodeToNodeClearance As SizeD

Property Value

Applies to