Class CustomShapeEditorForm
Inheritance
System.Object
CustomShapeEditorForm
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class CustomShapeEditorForm : Form
Constructors
CustomShapeEditorForm()
Declaration
public CustomShapeEditorForm()
Properties
EditorControl
Declaration
public RadShapeEditorControl EditorControl { get; }
Property Value
RadShapeEditorControl
|
Result
Declaration
public DialogResult Result { get; }
Property Value
System.Windows.Forms.DialogResult
|
Methods
CreateShape()
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
EditShape(CustomShape)
Declaration
public CustomShape EditShape(CustomShape shape)
Parameters
CustomShape
shape
|
Returns
CustomShape
|