다음을 통해 공유


PropertyGuidsForContextNodesBase.Ascender 필드

업데이트: 2007년 11월

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

네임스페이스:  System.Windows.Ink.AnalysisCore
어셈블리:  IACore(IACore.dll)

구문

‘선언
Public Shared ReadOnly Ascender As Guid
‘사용 방법
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

설명

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

예제

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

플랫폼

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