/// <summary> /// UserColoringMode property changed handler. /// </summary> private void OnUserColoringModePropertyChanged(UserColoringMode newValue) { if (this.depthImageProcessor != null) { this.depthImageProcessor.UserColoringMode = newValue; } }