共用方式為


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 命名空間