Shape.StrokeMiterLimit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Miter 長度與Shape元素之 StrokeThickness的比率限制。
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"/>
屬性值
Double
double
Miter 長度與Shape元素的 StrokeThickness比率限制。 此值一律是大於或等於 1 的正數。