次の方法で共有


PropertyGuidsForContextNodesBase.Ascender フィールド

インク単語でアセンダを表す点配列を取得するためのグローバル一意識別子 (GUID) を指定します。

名前空間 :  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 名前空間