Partager via


PropertyGuidsForContextNodesBase.Baseline, champ

Mise à jour : November 2007

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

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

Syntaxe

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

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

Notes

Ce champ représente la ligne de base sur un ContextNode de type InkWord. Les lignes de base sont les lignes horizontales imaginaires sur lesquelles la base de chaque caractère, hors descendantes, est alignée.

Exemples

L'exemple suivant présente le champ Baseline.

' Get the base of each character in a line of text
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForContextNodes.Baseline) Then
    Dim myBaseline() As Integer = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForContextNodes.Baseline), Integer())
End If
// Get the base of each character in a line of text
if (myAnalysisHintNode.ContainsPropertyData(
    PropertyGuidsForContextNodes.Baseline))
{
    int[] myBaseline =
        (int[])myAnalysisHintNode.GetPropertyData(
        PropertyGuidsForContextNodes.Baseline);
}

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