Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnHiliteObject Class : HitTestInterior Property |
public override bool HitTestInterior {get;}
'Declaration
Public Overrides ReadOnly Property HitTestInterior As Boolean
public override bool HitTestInterior {get;}
@Override public boolean getHitTestInterior()
get_HitTestInterior();
By default, an annotation object will return true if AnnObject.SupportsFill is true and Fill is not null or a transparent AnnBrush. Derived objects can override this method to fine tune the return value.