ClassRadImageEditorButton
Class
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class RadImageEditorButton : RadButton
Inheritance: objectRadButtonRadImageEditorButton
Inherited Members
Constructors
RadImageEditorButton()
Declaration
cs-api-definition
public RadImageEditorButton()
Fields
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
ImageThemeKeyProperty
Declaration
cs-api-definition
public static readonly DependencyProperty ImageThemeKeyProperty
Field Value
DependencyProperty
Properties
Image
Declaration
cs-api-definition
public ImageSource Image { get; set; }
Property Value
ImageSource
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call. .
Declaration
cs-api-definition
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides