Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

HitTestInterior Property (AnnAudioObject)






Gets a value indicating whether hit-testing should be performed inside the interior of this AnnAudioObject.
Syntax
protected override bool HitTestInterior {get;}
'Declaration
 
Protected Overrides ReadOnly Property HitTestInterior As Boolean
'Usage
 
Dim instance As AnnAudioObject
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 AnnAudioObject; false otherwise.
Remarks
The AnnAudioObject overrides the base AnnObject.HitTestInterior to return true if this Picture property has a valid image.
Requirements

Target Platforms

See Also

Reference

AnnAudioObject Class
AnnAudioObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)