Key
M11
M12
M21
M22
Tag
Uri
X1
X2
Y1
Y2
Expand Minimize
This topic has not yet been rated - Rate this topic

IsClosed

Silverlight

Gets or sets a value that specifies whether this figure's first and last segments are connected.

<object IsClosed="Boolean"  .../>
value = object.IsClosed
object.IsClosed = value

Type: Boolean

true if this figure's first and last segments are connected; otherwise, false.

This property is read/write. The default value is false.

Setting this property to true connects the first segment (and the StartPoint of the PathFigure) to the final point of the last segment that is defined in the Segments collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.