ShapeElement.LineAdjustAwayDefault Property

Gets the shape and verifies whether child link shapes should try to align when they are connected to same shape or sets this value.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
Public Property LineAdjustAwayDefault As Boolean
public bool LineAdjustAwayDefault { get; set; }
public:
property bool LineAdjustAwayDefault {
    bool get ();
    void set (bool value);
}
member LineAdjustAwayDefault : bool with get, set
function get LineAdjustAwayDefault () : boolean 
function set LineAdjustAwayDefault (value : boolean)

Property Value

Type: System.Boolean
true if the child link shapes should try to align when they are connected to the same shape; otherwise, false.

Remarks

This property applies to link shapes only if they are children to this shape.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace