ShapeElement.LineToNodeClearance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the clearance in world units between child link shapes and child node shapes. This property does not affect line-to-node clearance of this shape with sibling shapes; it only applies to shapes that are children of this shape. This value must be greater than 1e-6.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::SizeD LineToNodeClearance { Microsoft::VisualStudio::Modeling::Diagrams::SizeD get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::SizeD value); };
public Microsoft.VisualStudio.Modeling.Diagrams.SizeD LineToNodeClearance { get; set; }
member this.LineToNodeClearance : Microsoft.VisualStudio.Modeling.Diagrams.SizeD with get, set
Public Property LineToNodeClearance As SizeD