←Select platform

HasPen Property

Summary

Gets a value indicating whether this AnnDrawable object has a pen.

Syntax

C#
VB
C++
public virtual bool HasPen { get; } 
  
Public Overridable ReadOnly Property HasPen As Boolean 
public: 
virtual property bool HasPen { 
   bool get(); 
} 

Property Value

true if this AnnDrawable object has a pen; false otherwise.

Remarks

An AnnDrawable has a pen if the SupportsPen property is true and the Pen property is not null (Nothing in VB).

Example

For an example, refer to AnnDrawable.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly