ValueSource.IsCurrent 属性

定义

获取一个值,该值声明是否由 SetCurrentValue(DependencyProperty, Object) 方法设置值。

public:
 property bool IsCurrent { bool get(); };
public bool IsCurrent { get; }
member this.IsCurrent : bool
Public ReadOnly Property IsCurrent As Boolean

属性值

Boolean

如果由 SetCurrentValue(DependencyProperty, Object) 方法设置值,则为 true;否则为 false

适用于