Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaração
Public Property LineAdjustAwayDefault As Boolean
Get
Set
public bool LineAdjustAwayDefault { get; set; }
public:
property bool LineAdjustAwayDefault {
bool get ();
void set (bool value);
}
member LineAdjustAwayDefault : bool with get, set
function get LineAdjustAwayDefault () : boolean
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
- 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.