Gets a value indicating whether hit-testing should be performed inside the interior of this 
AnnImageObject.
             
             
             
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Overrides Protected ReadOnly Property HitTestInterior As Boolean | 
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As AnnImageObject
Dim value As Boolean
 
value = instance.HitTestInterior
 | 
| C# |  | 
|---|
| protected override bool HitTestInterior {get;} | 
| C++/CLI |  | 
|---|
| protected:
property bool HitTestInterior override {
   bool get();
} | 
Return Value
true if hit-testing should be performed inside the interior of this 
AnnImageObject; false otherwise.
Remarks
             Requirements
Requirements
Target Platforms: Microsoft .NET Framework 3.0,  Windows XP, Windows Server 2003 family, Windows Server 2008 family
 See Also
See Also