Static
EqualsDetermines 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.
Since
2.0