CompositionSpriteShape.StrokeThickness Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.