Method GetPanelHeight
GetPanelHeight(SplitPanelPosition)
Retrieves the height of the specified panel based on its position.
public virtual float GetPanelHeight(SplitPanelPosition position)
Parameters
positionSplitPanelPositionThe position of the panel whose height is to be retrieved. Must be one of the defined SplitPanelPosition values.
Returns
- float
The height of the panel at the specified position. Returns -1 if the position is not recognized.