CompositionGeometry.TrimOffset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要位移修剪幾何路徑的數量。
public:
property float TrimOffset { float get(); void set(float value); };
float TrimOffset();
void TrimOffset(float value);
public float TrimOffset { get; set; }
var single = compositionGeometry.trimOffset;
compositionGeometry.trimOffset = single;
Public Property TrimOffset As Single
屬性值
Single
float
要位移修剪幾何路徑的數量。 預設值是 0。