Class LayoutDialog
LayOutDialog form.
Inheritance
System.Object
LayoutDialog
Namespace: Syncfusion.Windows.Forms.Diagram.Controls
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class LayoutDialog : Form
Constructors
LayoutDialog(Diagram)
Initializes a new instance of the LayoutDialog class.
Declaration
public LayoutDialog(Diagram diagram)
Parameters
Type | Name | Description |
---|---|---|
Diagram | diagram | The diagram. |
Properties
LayoutManager
Gets the selected layout manager.
Declaration
protected LayoutManager LayoutManager { get; }
Property Value
Type | Description |
---|---|
LayoutManager | The layout manager. |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
GetValue(TextBox)
Gets the value from text box control.
Declaration
protected float GetValue(TextBox txtBox)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.TextBox | txtBox | The text box. |
Returns
Type | Description |
---|---|
System.Single | The value from the textbox |