Click or drag to resize

ArrangeLayersDocument Class

Holds the information about how to arrange layers in a graph document. Is used by the ArrangeLayersController controller.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.GdiArrangeLayersDocument

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class ArrangeLayersDocument : ICopyFrom, 
	ICloneable

The ArrangeLayersDocument type exposes the following members.

Constructors
 NameDescription
Public methodArrangeLayersDocument Initializes a new instance of the ArrangeLayersDocument class.
Public methodArrangeLayersDocument(ArrangeLayersDocument) Initializes a new instance of the ArrangeLayersDocument class by copying another instance.
Top
Methods
 NameDescription
Public methodClone Creates a copy of this instance.
Public methodCopyFrom Try to copy from another object. Should try to copy even if the object to copy from is not of the same type, but a base type. In this case only the base properties should be copied.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldBottomMargin Gets or sets the bottom margin.
Public fieldColumnSpacing Gets or sets the column spacing.
Public fieldLeftMargin Gets or sets the left margin.
Public fieldNumberOfColumns Gets or sets the number of columns.
Public fieldNumberOfRows Gets or sets the number of rows.
Public fieldRightMargin Gets or sets the right margin.
Public fieldRowSpacing Gets or sets the row spacing.
Public fieldSuperfluousLayersAction Gets or sets the handling of superfluous layers.
Public fieldTopMargin Gets or sets the top margin.
Top
Extension Methods
 NameDescription
Public Extension MethodArrangeGrid Arranges the specified grid according to the arrangement settings.
(Defined by GraphDocumentLayerArrangement)
Top
See Also