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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Property LineAffinityDefault As Boolean
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.