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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class ImageToolItem : DependencyObject, ILocalizable

Inheritance: objectImageToolItem

Implements: ILocalizable

Constructors

C#
public ImageToolItem()

Fields

CommandParameterProperty

DependencyProperty

C#
public static readonly DependencyProperty CommandParameterProperty

CommandProperty

DependencyProperty

C#
public static readonly DependencyProperty CommandProperty

ImageKeyProperty

DependencyProperty

C#
public static readonly DependencyProperty ImageKeyProperty

ImageProperty

DependencyProperty

C#
public static readonly DependencyProperty ImageProperty

TextProperty

DependencyProperty

C#
public static readonly DependencyProperty TextProperty

Properties

C#
[TypeConverter(typeof(CommandConverter))]
public ICommand Command { get; set; }
C#
public object CommandParameter { get; set; }

Image

ImageSource

C#
public ImageSource Image { get; set; }
C#
public string ImageKey { get; set; }
C#
public string Text { get; set; }