Partager via


PropertyGuidsForContextNodesBase.Ascender, champ

Mise à jour : November 2007

Spécifie l'identificateur global unique (GUID) permettant d'obtenir le tableau de points qui représente la ligne des ascendantes sur un mot manuscrit.

Espace de noms :  System.Windows.Ink.AnalysisCore
Assembly :  IACore (dans IACore.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Ascender As Guid
'Utilisation
Dim value As Guid

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

Notes

Ce champ représente les ascendantes sur un ContextNode de type InkWord. Les ascendantes correspondent à la partie supérieure d'une minuscule qui s'étend au-dessus du corps principal de cette lettre.

Exemples

L'exemple suivant présente le champ Ascender.

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

Plateformes

Windows Vista, Windows XP SP2, Windows Server 2003

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 3.0

Voir aussi

Référence

PropertyGuidsForContextNodesBase, classe

Membres PropertyGuidsForContextNodesBase

System.Windows.Ink.AnalysisCore, espace de noms