Gets or sets the AnnPen object associated with this AnnGroupObject object.
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;
}
The AnnPen object associated with this AnnGroupObject object.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET