Proprietà Strokes.Ink
Aggiornamento: novembre 2007
Ottiene l'oggetto Ink contenente l'insieme Strokes.
Spazio dei nomi: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Ink As Ink
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.Ink.Ink
Oggetto Ink contenente l'insieme Strokes.
Esempi
In questo esempio di C# viene restituito l'oggetto Ink contenente l'insieme Strokes, theStrokes.
Ink theInk = theStrokes.Ink;
In questo esempio di Microsoft Visual Basic.NET viene restituito l'oggetto Ink contenente l'insieme Strokes, theStrokes.
Dim theInk As Ink = theStrokes.Ink
Piattaforme
Windows Vista
.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Informazioni sulla versione
.NET Framework
Supportato in: 3.0