CompositionSpriteShape.StrokeMiterLimit Property

Definition

Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a shape element.

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

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

Property Value

Single

float

The limit on the ratio of the miter length to the StrokeThickness of a shape element. This value is always a positive number that is greater than or equal to 1.

Applies to