Visual Basic (Declaration) | |
---|---|
Public Property IsClosed As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsClosed {get; set;} |
XAML Attributes Usage | |
---|---|
<object IsClosed=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Attributes Usage | |
---|---|
<object IsClosed=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
Return Value
true if this is a closed AnnPolygonObject; false otherwise.For XAML example, refer to AnnPolygonObject.
For C#/VB examples, refer to AnnPolygonObject.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family