Visual Basic (Declaration) | |
---|---|
Public Property IsHitTestVisible As Boolean |
C# | |
---|---|
public bool IsHitTestVisible {get; set;} |
Property Value
true
if the contained area of this GraphicsLayer can be used for hit-testing; otherwise, false
. The default is true
.Target Platforms:Windows Phone 7