Gets a value indicating whether hit-testing should be performed inside the interior of this
AnnStampObject.
protected override bool HitTestInterior {get;}
'Declaration
Protected Overrides ReadOnly Property HitTestInterior As Boolean
'Usage
Dim instance As AnnStampObject
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
AnnStampObject; false otherwise.