Class RadImageEditorButton
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class RadImageEditorButton : RadButton, ICommandSource
Constructors
RadImageEditorButton()
Declaration
public RadImageEditorButton()
Fields
ImageKeyProperty
Declaration
public static readonly DependencyProperty ImageKeyProperty
Field Value
System.Windows.DependencyProperty
|
ImageProperty
Declaration
public static readonly DependencyProperty ImageProperty
Field Value
System.Windows.DependencyProperty
|
ImageThemeKeyProperty
Declaration
public static readonly DependencyProperty ImageThemeKeyProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Image
Declaration
public ImageSource Image { get; set; }
Property Value
System.Windows.Media.ImageSource
|
ImageKey
Declaration
public string ImageKey { get; set; }
Property Value
System.String
|
ImageThemeKey
Declaration
public string ImageThemeKey { get; set; }
Property Value
System.String
|