In WPF it is possible to use the IsStroked property of a PathSegment to make the Segment invisible, I'm looking for a way to replicate this behavior in Silverlight, which doesn't have this property.
Is this possible?
[EDIT] I'm looking for a way to do this in code-behind, not in Xaml.