Class
ImageToolItem

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class ImageToolItem : DependencyObject, ILocalizable

Inheritance: objectImageToolItem

Implements: ILocalizable

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

ICommand

CommandParameter

Declaration

cs-api-definition
public object CommandParameter { get; set; }

Property Value

object

Image

Declaration

cs-api-definition
public ImageSource Image { get; set; }

Property Value

ImageSource

ImageKey

Declaration

cs-api-definition
public string ImageKey { get; set; }

Property Value

string

Text

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string