ClassImageToolItem
Class
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class ImageToolItem : DependencyObject, ILocalizable
Inheritance: objectImageToolItem
Implements:
Constructors
ImageToolItem()
Declaration
cs-api-definition
public ImageToolItem()
Fields
CommandParameterProperty
Declaration
cs-api-definition
public static readonly DependencyProperty CommandParameterProperty
Field Value
DependencyProperty
CommandProperty
Declaration
cs-api-definition
public static readonly DependencyProperty CommandProperty
Field Value
DependencyProperty
ImageKeyProperty
Declaration
cs-api-definition
public static readonly DependencyProperty ImageKeyProperty
Field Value
DependencyProperty
ImageProperty
Declaration
cs-api-definition
public static readonly DependencyProperty ImageProperty
Field Value
DependencyProperty
TextProperty
Declaration
cs-api-definition
public static readonly DependencyProperty TextProperty
Field Value
DependencyProperty
Properties
Command
Declaration
cs-api-definition
[TypeConverter(typeof(CommandConverter))]
public ICommand Command { get; set; }
Property Value
Image
Declaration
cs-api-definition
public ImageSource Image { get; set; }
Property Value
ImageSource