PathFigure.IsFilled Property
Silverlight
Gets or sets a value that indicates whether the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
<PathFigure IsFilled="bool"/>
Property Value
Type: System.Booleantrue if the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping; otherwise, false. The default is true.
Dependency property identifier field: IsFilledProperty
If this property is set to false, then only the outline of the PathFigure is used, and its contained area does not contribute to the overall area of the PathFigure.
One use of this property is to allow unfilled strokes in an otherwise filled Geometry, like the mouth in the left Smiley below. Setting the mouth's IsFilled to true may produce the undesired effect of the mouth in the right Smiley.
IsFilled Example

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.