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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Property LineAdjustAwayDefault As Boolean
'Usage
Dim instance As ShapeElement 
Dim value As Boolean 

value = instance.LineAdjustAwayDefault

instance.LineAdjustAwayDefault = value
public bool LineAdjustAwayDefault { get; set; }
public:
property bool LineAdjustAwayDefault {
    bool get ();
    void set (bool value);
}
public function get LineAdjustAwayDefault () : boolean 
public 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

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace