CompositionSpriteShape.StrokeThickness Property

Definition

Gets or sets the width of the shape outline.

public:
 property float StrokeThickness { float get(); void set(float value); };
float StrokeThickness();

void StrokeThickness(float value);
public float StrokeThickness { get; set; }
var single = compositionSpriteShape.strokeThickness;
compositionSpriteShape.strokeThickness = single;
Public Property StrokeThickness As Single

Property Value

Single

float

The width of the shape outline, in pixels. The default value is 0.

Applies to