Click or drag to resize

Layout Class

A layout definition, including local and remote frame definitions.
Inheritance Hierarchy
SystemObject
  FM.IceLinkLayout

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Layout type exposes the following members.

Constructors
  NameDescription
Public methodLayout
Initializes a new instance of the Layout class
Top
Properties
  NameDescription
Public propertyAllFrames
Gets or sets all frames (local and remote).
Public propertyHeight
Gets or sets the layout height.
Public propertyLocalFrame
Gets or sets the local frame.
Public propertyOrigin
Gets or sets the layout origin.
Public propertyRemoteFrames
Gets or sets the remote frames.
Public propertyWidth
Gets or sets the layout width.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSwapFrames
Swaps the properties of two frames.
Public methodSwapLocalFrame
Swaps the local frame with a remote frame.
Public methodSwapRemoteFrames
Swaps two remote frames.
Public methodToString (Inherited from Object.)
Top
See Also