New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Media.Imaging.Tools.UI

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class InlineToolSettingsPane : ContentControl, IToolSettingsContainer

Inheritance: objectInlineToolSettingsPane

Implements: IToolSettingsContainer

Constructors

C#
public InlineToolSettingsPane()

Fields

C#
public const string ButtonCancelName = "ButtonCancel"
C#
public const string ButtonOkName = "ButtonOK"
C#
public const string ButtonResetName = "ButtonReset"

Methods

C#
public void Hide()

Implements: IToolSettingsContainer.Hide()

C#
public override void OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

C#
public void Show(ITool tool, Action applyCallback, Action cancelCallback)
Parameters:toolIToolapplyCallbackActioncancelCallbackAction

Implements: IToolSettingsContainer.Show(ITool, Action, Action)