←Select platform

Pen Property

Summary

Gets or sets the AnnPen associated with this AnnDrawable object.

Syntax

C#
VB
C++
public virtual AnnPen Pen { get; set; } 
  
Public Overridable Property Pen As Leadtools.Annotations.AnnPen 
public: 
virtual property Leadtools.Annotations.AnnPen^ Pen { 
   Leadtools.Annotations.AnnPen^ get(); 
   void set (    Leadtools.Annotations.AnnPen^ ); 
} 

Property Value

The AnnPen associated with this AnnDrawable object.

Remarks

If this AnnDrawable does not support pens (SupportsPen value is false), this property will always return null (Nothing in VB).

If this AnnDrawable does not support pens (SupportsPen value is false), setting this property to any value will be ignored.

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