Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnHotspotObjectRenderer Class : ShowAtRunMode Property |
public virtual bool ShowAtRunMode {get;}
'Declaration
Public Overridable ReadOnly Property ShowAtRunMode As Boolean
'Usage
Dim instance As AnnHotspotObjectRenderer Dim value As Boolean value = instance.ShowAtRunMode
public virtual bool ShowAtRunMode {get;}
@property (nonatomic, assign, readonly) BOOL showAtRunMode
public boolean getShowAtRunMode()
get_ShowAtRunMode();
The value of this property will be true if the container is in run mode and hotspot object will be not be rendered (invisible). Derived classes can override this property if chose to render the object even at run mode.