ShapeElement.LineAffinityDefault 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 a value that indicates whether intermediate line segments of child link shapes should try to align when the link shapes share a common connected shape. Intermediate line segments are the segments that do not contain either LinkShape endpoints. This property does not affect affinity of this shape with sibling shapes; it only applies to link shapes that are children of this shape.
public:
property bool LineAffinityDefault { bool get(); void set(bool value); };
public bool LineAffinityDefault { get; set; }
member this.LineAffinityDefault : bool with get, set
Public Property LineAffinityDefault As Boolean