Freigeben über


ContextLink.LinkDirection-Eigenschaft

Ruft die richtungsbezogene Beziehung zwischen dem SourceNode und dem DestinationNode ab.

Namespace:  System.Windows.Ink
Assembly:  IAWinFX (in IAWinFX.dll)

Syntax

'Declaration
Public ReadOnly Property LinkDirection As ContextLinkDirection
'Usage
Dim instance As ContextLink
Dim value As ContextLinkDirection

value = instance.LinkDirection
public ContextLinkDirection LinkDirection { get; }
public:
property ContextLinkDirection LinkDirection {
    ContextLinkDirection get ();
}
/** @property */
public ContextLinkDirection get_LinkDirection()
public function get LinkDirection () : ContextLinkDirection

Eigenschaftenwert

Typ: System.Windows.Ink.ContextLinkDirection
Die richtungsbezogene Beziehung zwischen dem SourceNode und dem DestinationNode.

Plattformen

Windows Vista

.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Versionsinformationen

.NET Framework

Unterstützt in: 3.0

Siehe auch

Referenz

ContextLink-Klasse

ContextLink-Member

System.Windows.Ink-Namespace