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.
Namespace: Spotfire.Dxp.Application.Layout
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public void BeginSideBySideSection( float proportion )
Parameters
- proportion
- Type: SystemSingle
The proportion of this element relative to its siblings. Must be greater than 0.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | If another section with the same Orientation is begun within this section. |
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also