You are here: Start » AVL.NET » SegmentFittingFieldArrayDesigner Class
SegmentFittingFieldArrayDesigner Class
Prompts the user to edit an array of SegmentFittingField objects.
| Namespace: | AvlNet.Designers | 
|---|---|
| Assembly: | Avl.Net.Designers.dll | 
Constructors
| Constructor | Description | |
|---|---|---|
|  | SegmentFittingFieldArrayDesigner(IContainer) | Initializes an instance of the SegmentFittingFieldArrayDesigner dialog using IContainer object which is responsible for disposing this dialog. | 
|  | SegmentFittingFieldArrayDesigner() | Initializes an instance of the SegmentFittingFieldArrayDesigner. | 
Properties
| Name | Type | Description | |
|---|---|---|---|
|  | Backgrounds | AvlNet.Image | Gets or sets the designer background images | 
|  | CoordinateSystems | AvlNet.CoordinateSystem2D | Gets or sets the available coordinate systems in which the shape may be edited. | 
|  | Icon | System.Drawing.Icon | Gets or sets the designer icon | 
|  | IsDisposed | System.Boolean | Gets if the designer is _disposed | 
|  | Message | System.String | Gets or sets the message that will be displayed to the dialog user. | 
|  | SegmentFittingFieldArray | AvlNet.SegmentFittingField | Gets or sets the SegmentFittingField array edited in the dialog. | 
|  | Site | System.ComponentModel.ISite | Inherited from a AvlNet.Designers.Designer | 
|  | Size | System.Drawing.Size | Gets or sets a start size for the designer | 
|  | StartLocation | System.Drawing.Point | Gets or sets a start location for the designer | 
|  | StartPosition | System.Windows.Forms.FormStartPosition | Gets or sets a start position for the designer | 
|  | Title | System.String | Gets or sets the designer title | 
Methods
| Name | Description | |
|---|---|---|
|  | Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | 
|  | Equals(object) | Inherited from System.Object | 
|  | GetHashCode() | Inherited from System.Object | 
|  | GetType() | Inherited from System.Object | 
|  | ShowDialog() | Shows the editor as a modal window | 
|  | ShowDialog(System.Windows.Forms.IWin32Window) | Shows the editor as a modal window with a specified owner | 
|  | ToString() | Inherited from System.Object | 

