Interface IToolSettingsContainer
Namespace: Telerik.Windows.Imaging.Tools
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public interface IToolSettingsContainer
Methods
Hide()
Declaration
void Hide()
Show(ITool, Action, Action)
Declaration
void Show(ITool tool, Action applyCallback, Action cancelCallback)
Parameters
ITool
tool
|
System.Action
applyCallback
|
System.Action
cancelCallback
|