Поделиться через


PropertyGuidsForContextNodesBase.Descender - поле

Обновлен: Ноябрь 2007

Specifies the globally unique identifier (GUID) for getting the point array that represents the descenders on an ink word.

Пространство имен:  System.Windows.Ink.AnalysisCore
Сборка:  IACore (в IACore.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Descender As Guid
'Применение
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

Заметки

This field represents the descenders on a ContextNode of type InkWord. Descenders are the portion of a lowercase letter that extends below the main body of a letter.

Примеры

The following example demonstrates the Descender field.

' 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);
}

Платформы

Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

PropertyGuidsForContextNodesBase Класс

PropertyGuidsForContextNodesBase - члены

System.Windows.Ink.AnalysisCore - пространство имен