Gets or sets the dash pattern of connection stroke.
Namespace:
C1.Phone.Chart
Assembly:
C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
| C# |
|---|
public DoubleCollection ConnectionStrokeDashes { get; set; } |
| Visual Basic |
|---|
Public Property ConnectionStrokeDashes As DoubleCollection
Get
Set |
| XAML Property Element Usage |
|---|
<object>
<object.ConnectionStrokeDashes>
<DoubleCollection .../>
</object.ConnectionStrokeDashes>
</object> |
| XAML Attribute Usage |
|---|
<object ConnectionStrokeDashes="DoubleCollection" .../> |
See Also