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

Syntax

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

value = instance.LineAffinityDefault

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

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace