Прочетете на английски Редактиране

Споделяне чрез


Shape.StrokeMiterLimit Property

Definition

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

C#
public double StrokeMiterLimit { get; set; }

Property Value

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.

Remarks

A miter forms a corner by beveling the ends of two joined lines.When two line segments meet at a sharp angle, the miter may extend beyond the thickness of the line that strokes the path.

Applies to

Продукт Версии
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also