CircleRevealTransitionEffect.FeatherAmount 屬性

取得或設定著色器內的 FuzzyAmount 變數。

命名空間: Microsoft.Expression.Media.Effects
組件: Microsoft.Expression.Effects (在 microsoft.expression.effects.dll 中)

語法

'宣告
Public Property FeatherAmount As Double
'用途
Dim instance As CircleRevealTransitionEffect
Dim value As Double

value = instance.FeatherAmount

instance.FeatherAmount = value
public double FeatherAmount { get; set; }
public:
property double FeatherAmount {
    double get ();
    void set (double value);
}
/** @property */
public double get_FeatherAmount ()

/** @property */
public void set_FeatherAmount (double value)
public function get FeatherAmount () : double

public function set FeatherAmount (value : double)

執行緒安全性

此型別的所有公用靜態 (Visual Basic 中為 Shared ) 成員均為安全執行緒。任何例項成員則不保證為安全執行緒。

另請參閱

參照

CircleRevealTransitionEffect 類別
CircleRevealTransitionEffect 成員
Microsoft.Expression.Media.Effects 命名空間