Condividi tramite


Campo PropertyGuidsForContextNodesBase.Descender

Aggiornamento: novembre 2007

Specifica il GUID per ottenere la matrice di punti che rappresenta le linee ascendenti in una parola dell'input penna.

Spazio dei nomi:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Descender As Guid
'Utilizzo
Dim value As Guid

value = PropertyGuidsForContextNodesBase.Descender
public static readonly Guid Descender
public:
static initonly Guid Descender
public static final Guid Descender
public static final var Descender : Guid

Note

Questo campo rappresenta le linee ascendenti in un oggetto ContextNode di tipo InkWord. Le linee discendenti corrispondono alla parte di una lettera minuscola che si estende al di sotto del corpo principale di una lettera.

Esempi

Nell'esempio seguente viene illustrato il campo Descender.

' Get the descenders on an ink word
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForContextNodes.Descender) Then
    Dim myDescenders() As Integer = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForContextNodes.Descender), Integer())
End If
// Get the descenders on an ink word
if (myAnalysisHintNode.ContainsPropertyData(
    PropertyGuidsForContextNodes.Descender))
{
    int[] myDescenders =
        (int[])myAnalysisHintNode.GetPropertyData(
        PropertyGuidsForContextNodes.Descender);
}

Piattaforme

Windows Vista, Windows XP SP2, Windows Server 2003

.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

Vedere anche

Riferimenti

PropertyGuidsForContextNodesBase Classe

Membri PropertyGuidsForContextNodesBase

Spazio dei nomi System.Windows.Ink.AnalysisCore