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