/// <summary> /// Remove Binding /// </summary> public void UnBind() { if (_property != null) { _property.UnBind(); _property = null; } }
/// <summary> /// Remove Binding /// </summary> public override void UnBind() { _positionProperty.UnBind(); _positionProperty = null; }