Stroke.Ink-Eigenschaft
Ruft das übergeordnete Ink-Objekt des Stroke-Objekts ab.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public ReadOnly Property Ink As Ink
'Usage
Dim instance As Stroke
Dim value As Ink
value = instance.Ink
public Ink Ink { get; }
public:
property Ink^ Ink {
Ink^ get ();
}
/** @property */
public Ink get_Ink()
public function get Ink () : Ink
Eigenschaftenwert
Typ: Microsoft.Ink.Ink
Das übergeordnete Ink-Objekt des Stroke-Objekts.
Hinweise
Ein Stroke-Objekt ist in genau einem Ink-Objekt enthalten.
Beispiele
In diesem C#-Beispiel wird das übergeordnete Ink-Objekt des Stroke-Objekts mit dem Namen theStroke zurückgegeben.
Ink theInk = theStroke.Ink;
In diesem Microsoft Visual Basic .NET-Beispiel wird das übergeordnete Ink-Objekt des Stroke-Objekts mit dem Namen theStroke zurückgegeben.
Dim theInk As Ink = theStroke.Ink
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