ShapeElement.LineAffinityDefault Property

Gets or sets the target location where the link shape should try to position the shape.

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 LineAffinityDefault As Boolean
public bool LineAffinityDefault { get; set; }
public:
property bool LineAffinityDefault {
    bool get ();
    void set (bool value);
}
member LineAffinityDefault : bool with get, set
function get LineAffinityDefault () : boolean 
function set LineAffinityDefault (value : boolean)

Property Value

Type: System.Boolean
The target location where the link shape should try to position the shape.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace