GlyphRun.IsHitTestable 属性

定义

获取一个值,该值指示 GlyphRun 中是否存在任何有效的插入符号字符命中。

public:
 property bool IsHitTestable { bool get(); };
public bool IsHitTestable { get; }
member this.IsHitTestable : bool
Public ReadOnly Property IsHitTestable As Boolean

属性值

如果存在有效的插入符号字符命中,则为 true;否则为 false

适用于