BindingProxy 类
- 命名空间
- ClassIsland.Core
- 程序集
- ClassIsland.Core.dll
绑定代理类
public class BindingProxy : Freezable
- 继承
-
BindingProxy
- 继承成员
字段
DataProperty
public static readonly DependencyProperty DataProperty
字段值
属性
Data
public object Data { get; set; }
属性值
方法
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the Freezable derived class.
protected override Freezable CreateInstanceCore()
返回
- Freezable
The new instance.