Share via


CompositionStrokeDashArray.ReplaceAll(Single[]) Method

Definition

Initially clears the collection, then inserts the provided array as new items.

public:
 virtual void ReplaceAll(Platform::Array <float> ^ items) = IVector<float>::ReplaceAll;
void ReplaceAll(winrt::array_view <float> const& items);
public void ReplaceAll(float[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As Single())

Parameters

items

Single[]

float[]

The new collection items.

Implements

Applies to