다음을 통해 공유


PropertyGuidsForContextNodesBase.Descender 필드

업데이트: 2007년 11월

잉크 단어의 디센더를 나타내는 점 배열을 가져오는 데 사용할 GUID(Globally Unique Identifier)를 지정합니다.

네임스페이스:  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

설명

이 필드는 InkWord 형식의 ContextNode에서 디센더를 나타냅니다. 디센더는 문자의 중앙 부분 아래로 확장되는 소문자 부분입니다.

예제

다음 예제에서는 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);
}

플랫폼

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

PropertyGuidsForContextNodesBase 클래스

PropertyGuidsForContextNodesBase 멤버

System.Windows.Ink.AnalysisCore 네임스페이스