Class ImageToolItem
Inheritance
System.Object
ImageToolItem
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ImageToolItem : DependencyObject, ILocalizable
Constructors
ImageToolItem()
Declaration
public ImageToolItem()
Fields
CommandParameterProperty
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
System.Windows.DependencyProperty
|
CommandProperty
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
System.Windows.DependencyProperty
|
ImageKeyProperty
Declaration
public static readonly DependencyProperty ImageKeyProperty
Field Value
System.Windows.DependencyProperty
|
ImageProperty
Declaration
public static readonly DependencyProperty ImageProperty
Field Value
System.Windows.DependencyProperty
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
System.Object
|
Image
Declaration
public ImageSource Image { get; set; }
Property Value
System.Windows.Media.ImageSource
|
ImageKey
Declaration
public string ImageKey { get; set; }
Property Value
System.String
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Explicit Interface Implementations
ILocalizable.SetString(String)
Declaration
void ILocalizable.SetString(string localizedValue)
Parameters
System.String
localizedValue
|