Shape.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 double StrokeMiterLimit { double get(); void set(double value); };
double StrokeMiterLimit();
void StrokeMiterLimit(double value);
public double StrokeMiterLimit { get; set; }
var double = shape.strokeMiterLimit;
shape.strokeMiterLimit = double;
Public Property StrokeMiterLimit As Double
<object StrokeMiterLimit="double"/>
Property Value
Double
double
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.