SwirlEffect.Center 屬性

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

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

語法

'宣告
Public Property Center As Point
'用途
Dim instance As SwirlEffect
Dim value As Point

value = instance.Center

instance.Center = value
public Point Center { get; set; }
public:
property Point Center {
    Point get ();
    void set (Point value);
}
/** @property */
public Point get_Center ()

/** @property */
public void set_Center (Point value)
public function get Center () : Point

public function set Center (value : Point)

執行緒安全性

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

另請參閱

參照

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