次の方法で共有


PropertyGuidsForContextNodesBase.Descender フィールド

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

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