Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of the Spotfire.Dxp.Application.Layout.LayoutDefinition class.
Adds the specified Spotfire.Dxp.Application.Visual to the current section. Spotfire.Dxp.Application.Layout.LayoutDefinition.BeginStackedSection or Spotfire.Dxp.Application.Layout.LayoutDefinition.BeginSideBySideSection should be called prior to this.
The Spotfire.Dxp.Application.Visual to be added.
Adds the specified Spotfire.Dxp.Application.Visual to the current section. Spotfire.Dxp.Application.Layout.LayoutDefinition.BeginStackedSection or Spotfire.Dxp.Application.Layout.LayoutDefinition.BeginSideBySideSection should be called prior to this.
The Spotfire.Dxp.Application.Visual to be added.
The proportion of this element relative to its siblings. Must be greater than 0.
Creates a side-by-side (vertical) section that will be used for subsequent calls to to Add(visual) or Add(visual, proportion). The section should be ended by calling Spotfire.Dxp.Application.Layout.LayoutDefinition.EndSection.
Creates a side-by-side (vertical) section that will be used for subsequent calls to to Add(visual) or Add(visual, proportion). The section should be ended by calling Spotfire.Dxp.Application.Layout.LayoutDefinition.EndSection.
The proportion of this element relative to its siblings. Must be greater than 0.
Creates a stacked (horizontal) section that will be used for subsequent calls to Add(visual) or Add(visual, proportion). The section should be closed by calling Spotfire.Dxp.Application.Layout.LayoutDefinition.EndSection.
Creates a stacked (horizontal) section that will be used for subsequent calls to to Add(visual) or Add(visual, proportion). The section should be closed by calling Spotfire.Dxp.Application.Layout.LayoutDefinition.EndSection.
The proportion of this element relative to its siblings. Must be greater than 0.
Defines the layout structure and content to be applied within a Spotfire.Dxp.Application.Page.
Remark
Each BeginStackedSection/BeginSideBySideSection call splits the space available into two sections either vertically or horizontally. Space within a section is divided amongst the visuals that are actually added so if we make five subsections and only add a visual to one of them it will take the entire space of all the sections.
Since
2.0