Gets a value indicating whether hit-testing should be performed inside the interior of this
AnnAudioObject.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Protected ReadOnly Property HitTestInterior As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnAudioObject
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
AnnAudioObject; false otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also