Partager via


PropertyGuidsForContextNodesBase.Midline, champ

Mise à jour : November 2007

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

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

Syntaxe

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

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

Notes

Ce champ représente la ligne médiane d'un ContextNode de type InkWord. Les lignes médianes sont les lignes horizontales imaginaires sur lesquelles le haut du corps principal de chaque caractère, hors hampes, est aligné.

Exemples

L'exemple suivant présente le champ Midline.

' Get the line where the top of each character is aligned on an ink word
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForContextNodes.Midline) Then
    Dim myMidline() As Integer = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForContextNodes.Midline), Integer())
End If
// Get the line where the top of each character is aligned on an ink word
if (myAnalysisHintNode.ContainsPropertyData(
    PropertyGuidsForContextNodes.Midline))
{
    int[] myMidline =
        (int[])myAnalysisHintNode.GetPropertyData(
        PropertyGuidsForContextNodes.Midline);
}

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