Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.