LayoutDefinition Methods

Spotfire 14.3 API Reference

The LayoutDefinition type exposes the following members.

Methods

  NameDescription
Public methodAdd(Visual)
Public methodAdd(Visual, Single)
Public methodBeginSideBySideSection
Creates a side-by-side (vertical) section that will be used for subsequent calls to to Add(Visual) or Add(Visual, Single). The section should be ended by calling EndSection.
Public methodBeginSideBySideSection(Single)
Creates a side-by-side (vertical) section that will be used for subsequent calls to to Add(Visual) or Add(Visual, Single). 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) or Add(Visual, Single). The section should be closed by calling EndSection.
Public methodBeginStackedSection(Single)
Creates a stacked (horizontal) section that will be used for subsequent calls to to Add(Visual) or Add(Visual, Single). The section should be closed by calling EndSection.
Public methodEndSection
Ends the current section. All sections must be ended.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference