Indicates whether the hit-test location is at the leading or the trailing side of the character. When the
C1TextLayout.HitTestInfo.IsInside value is set to FALSE, this value is set according to the
C1TextLayout.HitTestInfo.TextPosition value to represent the edge closest to the hit-test location.
シンタックス
'宣言
Public Property IsTrailingHit As System.Boolean
'使用法
Dim instance As C1TextLayout.HitTestInfo
Dim value As System.Boolean
instance.IsTrailingHit = value
value = instance.IsTrailingHit
public System.bool IsTrailingHit {get; set;}
参照