LayoutDefinition Members TIBCO Spotfire 7.0 API Reference
The LayoutDefinition type exposes the following members.
Constructors

  NameDescription
Public methodLayoutDefinition
Initializes a new instance of the LayoutDefinition class.
Back to Top
Methods

  NameDescription
Public methodAdd
Public methodBeginSideBySideSection
Creates a side-by-side (vertical) section that will be used for subsequent calls to Add(Visual). The section should be ended by calling EndSection .
Public methodBeginStackedSection
Creates a stacked (horizontal) section that will be used for subsequent calls to Add(Visual). The section should be closed by calling EndSection .
Public methodEndSection
Ends the current section. All sections must be ended.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Back to Top
See Also