Class RadImageEditorButton
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class RadImageEditorButton : RadButton
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
|
Methods
OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |