←Select platform

IsClosed Property

Summary

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

Syntax

C#
VB
C++
public bool IsClosed { get; set; } 
  
Public Property IsClosed As Boolean 
public: 
property bool IsClosed { 
   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 XAML example, refer to AnnPolygonObject.

For C#/VB examples, 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.Windows.Annotations Assembly