Table of Contents

Method GetBorderY

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

GetBorderY()

Gets the vertical border used when rendering the panel text inside the panel area.

public virtual int? GetBorderY()

Returns

int?

int with the vertical border on success; null otherwise.

Remarks

Note that the rect returned by GetFieldRect(int) already accounts for the presence of horizontal and vertical border returned by this function.