다음을 통해 공유


PropertyGuidsForContextNodesBase.Midline 필드

업데이트: 2007년 11월

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

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

구문

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

설명

이 필드는 InkWord 형식의 ContextNode에서 중간선을 나타냅니다. 중간선은 Extender를 제외한 각 문자의 중앙 부분 위쪽이 정렬되는 가상의 가로줄입니다.

예제

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

플랫폼

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