Table of Contents

Method GetPanelHeight

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetPanelHeight(SplitPanelPosition)

Retrieves the height of the specified panel based on its position.

public virtual float GetPanelHeight(SplitPanelPosition position)

Parameters

position SplitPanelPosition

The 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.