Class InlineToolSettingsPane
Inheritance
System.Object
InlineToolSettingsPane
Namespace: Telerik.Windows.Media.Imaging.Tools.UI
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class InlineToolSettingsPane : ContentControl, IToolSettingsContainer
Constructors
InlineToolSettingsPane()
Declaration
public InlineToolSettingsPane()
Fields
ButtonCancelName
Declaration
public const string ButtonCancelName = "ButtonCancel"
Field Value
System.String
|
ButtonOkName
Declaration
public const string ButtonOkName = "ButtonOK"
Field Value
System.String
|
ButtonResetName
Declaration
public const string ButtonResetName = "ButtonReset"
Field Value
System.String
|
Methods
Hide()
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
Show(ITool, Action, Action)
Declaration
public void Show(ITool tool, Action applyCallback, Action cancelCallback)
Parameters
ITool
tool
|
System.Action
applyCallback
|
System.Action
cancelCallback
|