Strokes.Ink-Eigenschaft
Ruft das Ink-Objekt ab, das die Strokes-Auflistung enthält.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public ReadOnly Property Ink As Ink
'Usage
Dim instance As Strokes
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 Ink-Objekt, das die Strokes-Auflistung enthält.
Beispiele
In diesem C#-Beispiel wird das Ink-Objekt zurückgegeben, das die Strokes-Auflistung (theStrokes) enthält.
Ink theInk = theStrokes.Ink;
In diesem Microsoft Visual Basic .NET-Beispiel wird das Ink-Objekt zurückgegeben, das die Strokes-Auflistung (theStrokes) enthält.
Dim theInk As Ink = theStrokes.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