Class ToolInitInfo
Inheritance
System.Object
ToolInitInfo
Namespace: Telerik.Windows.Media.Imaging.Tools
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ToolInitInfo : Object
Constructors
ToolInitInfo(RadImageEditor, Panel)
Declaration
public ToolInitInfo(RadImageEditor imageEditor, Panel previewPanel)
Parameters
RadImageEditor
imageEditor
|
System.Windows.Controls.Panel
previewPanel
|
Properties
ImageEditor
PreviewPanel
Declaration
public Panel PreviewPanel { get; }
Property Value
System.Windows.Controls.Panel
|