Gets a value indicating whether hit-testing should be performed inside the interior of this 
AnnImageObject.
 
            
            
            
            
            
            
            
            protected override bool HitTestInterior {get;}
             
        
            
            'Declaration
 
Protected Overrides ReadOnly Property HitTestInterior As Boolean
             
        
            
            'Usage
 
Dim instance As AnnImageObject
Dim value As Boolean
 
value = instance.HitTestInterior
             
        
            
        
            
        
            
            protected:
property bool HitTestInterior {
   bool get() override;
}
             
        
             
        
            
            
            Property Value
true if hit-testing should be performed inside the interior of this 
AnnImageObject; false otherwise.