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 > AnnObject Class : HitTestInterior Property |
public virtual bool HitTestInterior {get;}
'Declaration
Public Overridable ReadOnly Property HitTestInterior As Boolean
public virtual bool HitTestInterior {get;}
@property (nonatomic,readonly) BOOL hitTestInterior;
public boolean getHitTestInterior()
get_HitTestInterior();
By default, an annotation object will return true if SupportsFill is true and Fill is not null or a transparent AnnBrush.
Derived objects can override this method to fine tune the return value.