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