←Select platform

Closed Property

Summary

Gets or sets a value indicating whether this is a closed AnnPolygonObject.

Syntax

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

Property Value

true if this is a closed AnnPolygonObject; false otherwise.

Remarks

If the value of this property is true, the polygon will draw an extra line from the last point in the AnnPolylineObject.Points collection back to the first point.

Example

For an example, refer to AnnPolygonObject.

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