←Select platform

Pen Property

Summary

Gets or sets the AnnPen object associated with this AnnGroupObject object.

Syntax

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

Property Value

The AnnPen object associated with this AnnGroupObject object.

Remarks

When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the pen of the first object that has its SupportsPen value set to true. For more information, refer to Pen.

When "setting" this property, internally this AnnGroupObject will enumerate all objects in the group and set the Pen value for each object that has its SupportsPen value set to true. For more information, refer to Pen.

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