Gets a value indicating whether hit-testing should be performed inside this
AnnCrossProductObject object.
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 this
AnnCrossProductObject; false otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also