CompositionColorGradientStop.Offset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定漸層向量內漸層停駐點的位置。
public:
property float Offset { float get(); void set(float value); };
float Offset();
void Offset(float value);
public float Offset { get; set; }
var single = compositionColorGradientStop.offset;
compositionColorGradientStop.offset = single;
Public Property Offset As Single
屬性值
Single
float
這個漸層停駐點沿著漸層向量的相對位置。 預設值是 0。