CompositeContentShape.StrokeDashArray Property

Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline shapes.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public Property StrokeDashArray As DoubleCollection
'Usage
Dim instance As CompositeContentShape
Dim value As DoubleCollection

value = instance.StrokeDashArray

instance.StrokeDashArray = value
public DoubleCollection StrokeDashArray { get; set; }
public:
property DoubleCollection^ StrokeDashArray {
    DoubleCollection^ get ();
    void set (DoubleCollection^ value);
}
/** @property */
public DoubleCollection get_StrokeDashArray ()

/** @property */
public void set_StrokeDashArray (DoubleCollection value)
public function get StrokeDashArray () : DoubleCollection

public function set StrokeDashArray (value : DoubleCollection)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CompositeContentShape Class
CompositeContentShape Members
Microsoft.Expression.Controls Namespace