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