Setter 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 Setter 類別的新執行個體。
多載
Setter() |
初始化 Setter 類別的新執行個體。 |
Setter(DependencyProperty, Object) |
使用指定的屬性和值,初始化 Setter 類別的新執行個體。 |
Setter(DependencyProperty, Object, String) |
使用指定的屬性、值和目標名稱,初始化 Setter 類別的新執行個體。 |
Setter()
Setter(DependencyProperty, Object)
使用指定的屬性和值,初始化 Setter 類別的新執行個體。
public:
Setter(System::Windows::DependencyProperty ^ property, System::Object ^ value);
public Setter (System.Windows.DependencyProperty property, object value);
new System.Windows.Setter : System.Windows.DependencyProperty * obj -> System.Windows.Setter
Public Sub New (property As DependencyProperty, value As Object)
參數
- property
- DependencyProperty
DependencyProperty 要套用到的 Value。
- value
- Object
要套用到屬性的值。
適用於
Setter(DependencyProperty, Object, String)
使用指定的屬性、值和目標名稱,初始化 Setter 類別的新執行個體。
public:
Setter(System::Windows::DependencyProperty ^ property, System::Object ^ value, System::String ^ targetName);
public Setter (System.Windows.DependencyProperty property, object value, string targetName);
new System.Windows.Setter : System.Windows.DependencyProperty * obj * string -> System.Windows.Setter
Public Sub New (property As DependencyProperty, value As Object, targetName As String)
參數
- property
- DependencyProperty
DependencyProperty 要套用到的 Value。
- value
- Object
要套用到屬性的值。