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