Freigeben über


ContextLinkBase.LinkDirection-Eigenschaft

Ruft den Typ des Links ab, als der dieser ContextLinkBase festgelegt ist.

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Syntax

'Declaration
Public ReadOnly Property LinkDirection As ContextLinkDirection
'Usage
Dim instance As ContextLinkBase
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.AnalysisCore.ContextLinkDirection
Der Typ des Links, als der dieser ContextLinkBase festgelegt ist.

Plattformen

Windows Vista, Windows XP SP2, Windows Server 2003

.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

ContextLinkBase-Klasse

ContextLinkBase-Member

System.Windows.Ink.AnalysisCore-Namespace