Leadtools.Annotations.Core Namespace > AnnObject Class : HitTestInterior Property |
public virtual bool HitTestInterior {get;}
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.