ClassCropAdorner
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.Tools.UI
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class CropAdorner : Control
Inheritance: objectCropAdorner
Constructors
CropAdorner()
Declaration
cs-api-definition
public CropAdorner()
Fields
CropSizeLabelName
Declaration
cs-api-definition
public const string CropSizeLabelName = "CropSizeLabel"
Field Value
Properties
CropRect
Declaration
cs-api-definition
public Rect CropRect { get; set; }
Property Value
Rect
ImageEditor
Declaration
cs-api-definition
public RadImageEditor ImageEditor { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnCropRectChanged()
Declaration
cs-api-definition
protected virtual void OnCropRectChanged()
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.