CompositionSpriteShape.StrokeMiterLimit 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 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.